Shades of Dark Turquoise #19D9CC
Tints of Dark Turquoise #19D9CC
RGB
CMYK
RGB Variations
Color information
#19D9CC (or 0x19D9CC) is known color: Dark Turquoise. HEX triplet: 19, D9 and CC. RGB value is (25,217,204). Sum of RGB (Red+Green+Blue) = 25+217+204=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #19D9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D9CC is #E62633. Grayscale: #9D9D9D. Windows color (decimal): -15083060 or 13424921. OLE color: 13424921.
HSL color Cylindrical-coordinate representation of color #19D9CC: hue angle of 175.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D9CC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 204 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.15 |
| HSL | 175.94º | 0.79% | 0.47% | - |
| HSV(B) | 175.94º | 0.88% | 0.85% | - |
| XYZ | 36.11 | 54.19 | 65.68 | - |
| YUV | 158.11 | 153.89 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 204 | 0.88 | 0 | 0.06 | 0.15 | 175.94 | 0.79 | 0.47 |
| Hex | 19 | D9 | CC | 58 | 0 | 6 | F | B0 | 4F | 2F |
| Octal | 31 | 331 | 314 | 130 | 0 | 6 | 17 | 260 | 117 | 57 |
| Binary | 11001 | 11011001 | 11001100 | 1011000 | 0 | 110 | 1111 | 10110000 | 1001111 | 101111 |
Color Harmonies of #19D9CC
Complementary color
Monochromatic Colors of #19D9CC
Black with #19D9CC
Text Example
Text Example
White with #19D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D9CC; }
p { color: rgb(25,217,204); }
H1.HeaderClassName
{
color: #19D9CC;
}
.AnyTagClassName
{
color: #19D9CC;
}
</style>
background-color css
<style>
a { background-color: #19D9CC; }
a { background-color: rgb(25,217,204); }
div.DivClassName
{
background-color: #19D9CC;
}
.BgClassName
{
background-color: #19D9CC;
}
</style>
border-color css
<style>
span { border-color: #19D9CC; }
span { border-color: rgb(25,217,204); }
td.TdClassName
{
border-color: #19D9CC;
}
.TagClassName
{
border-color: #19D9CC;
}
</style>