HEX: #48D1CC
RGB: (72,209,204)
Die Farbenname ist MediumTurquoise. #48D1CC enthält hauptsächlich grüne und blaue Farbe. Für #48D1CC ist eine «websichere» Webfarbe #33CCCC (oder kurz #3CC).
Die Farbe #48D1CC wird in RGB als (72,209,204) definiert.
RGB: (72,209,204) (28%,82%,80%)
R 72 von 255 = 28%
G 209 von 255 = 82%
B 204 von 255 = 80%
R + G + B ~ 63%. #48D1CC ziemlich helle Farbe.
R + G + B =
72 + 209 + 204 = 485 (100%)
R 72 von 485 ~ 14.85%
G 209 von 485 ~ 43.09%
B 204 von 485 ~ 42.06%
Die Farbe #48D1CC wird in CMYK als (66,0,2,18) definiert.
CMYK: (66,0,2,18) C66M0Y2K18 (66%,0%,2%,18%) (0.66/0.00/0.02/0.18)
48 | D1 | CC | |
---|---|---|---|
RGB | 72 | 209 | 204 |
HSL | 178° | 59.83% | 55.10% |
HSB/HSV | 178° | 65.55% | 81.96% |
CMYK | 65.55% | 0.00% | 2.39% |
18.04% |
Hexadezimal | 48 | D1 | CC |
Dezimal | 72 | 209 | 204 |
Binär | 1001000 | 11010001 | 11001100 |
Oktal | 110 | 321 | 314 |
Beispiele css- und html für Elemente in der Farbe #48D1CC. Bitte benutzen Sie auch rgb(72,209,204) statt hex-Code.
.myTextColor { color: #48D1CC; }
<p style="color:#48D1CC">This sample text font color is #48D1CC.</p>
Die Farbe dieses Textes ist #48D1CC.
.myBgColor { background-color: #48D1CC; }
<div style="background-color:#48D1CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48D1CC.
.myBorderColor { border: 1px solid #48D1CC; }
<div style="border:3px solid #48D1CC">Div</div>
Die Grenzen von diesem div sind in Farbe #48D1CC.
.myOpacity80 { color: #48D1CC; opacity: 0.8; }
<p style="color:#48D1CC;opacity:0.8;">80%</p>
Text in Farbe #48D1CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48D1CC;}
<p style="text-shadow: 3px 3px 1px #48D1CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #48D1CC.
.textShadow {text-shadow: 3px 3px 1px #48D1CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48D1CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48D1CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48D1CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48D1CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #48D1CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48D1CC; -webkit-box-shadow: 1px 1px 3px 2px #48D1CC; box-shadow: 1px 1px 3px 2px #48D1CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48D1CC; -webkit-box-shadow: 1px 1px 3px 2px #48D1CC; box-shadow:1px 1px 3px 2px #48D1CC;">
Div content here</div>
Dieser Text ist in der Farbe #48D1CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48D1CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48D1CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48D1CC.