Shades of Dark Turquoise #19CCDC
Tints of Dark Turquoise #19CCDC
RGB
CMYK
RGB Variations
Color information
#19CCDC (or 0x19CCDC) is known color: Dark Turquoise. HEX triplet: 19, CC and DC. RGB value is (25,204,220). Sum of RGB (Red+Green+Blue) = 25+204+220=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCDC is #E63323. Grayscale: #989898. Windows color (decimal): -15086372 or 14470169. OLE color: 14470169.
HSL color Cylindrical-coordinate representation of color #19CCDC: hue angle of 184.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCDC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 204 | 220 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.14 |
| HSL | 184.92º | 0.8% | 0.48% | - |
| HSV(B) | 184.92º | 0.89% | 0.86% | - |
| XYZ | 34.91 | 48.56 | 75.24 | - |
| YUV | 152.3 | 166.2 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 220 | 0.89 | 0.07 | 0 | 0.14 | 184.92 | 0.8 | 0.48 |
| Hex | 19 | CC | DC | 59 | 7 | 0 | E | B9 | 50 | 30 |
| Octal | 31 | 314 | 334 | 131 | 7 | 0 | 16 | 271 | 120 | 60 |
| Binary | 11001 | 11001100 | 11011100 | 1011001 | 111 | 0 | 1110 | 10111001 | 1010000 | 110000 |
Color Harmonies of #19CCDC
Complementary color
Monochromatic Colors of #19CCDC
Black with #19CCDC
Text Example
Text Example
White with #19CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCDC; }
p { color: rgb(25,204,220); }
H1.HeaderClassName
{
color: #19CCDC;
}
.AnyTagClassName
{
color: #19CCDC;
}
</style>
background-color css
<style>
a { background-color: #19CCDC; }
a { background-color: rgb(25,204,220); }
div.DivClassName
{
background-color: #19CCDC;
}
.BgClassName
{
background-color: #19CCDC;
}
</style>
border-color css
<style>
span { border-color: #19CCDC; }
span { border-color: rgb(25,204,220); }
td.TdClassName
{
border-color: #19CCDC;
}
.TagClassName
{
border-color: #19CCDC;
}
</style>