Shades of Dark Turquoise #19CCDF
Tints of Dark Turquoise #19CCDF
RGB
CMYK
RGB Variations
Color information
#19CCDF (or 0x19CCDF) is known color: Dark Turquoise. HEX triplet: 19, CC and DF. RGB value is (25,204,223). Sum of RGB (Red+Green+Blue) = 25+204+223=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #19CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCDF is #E63320. Grayscale: #989898. Windows color (decimal): -15086369 or 14666777. OLE color: 14666777.
HSL color Cylindrical-coordinate representation of color #19CCDF: hue angle of 185.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCDF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 204 | 223 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 185.76º | 0.8% | 0.49% | - |
| HSV(B) | 185.76º | 0.89% | 0.87% | - |
| XYZ | 35.31 | 48.72 | 77.35 | - |
| YUV | 152.65 | 167.7 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 223 | 0.89 | 0.09 | 0 | 0.13 | 185.76 | 0.8 | 0.49 |
| Hex | 19 | CC | DF | 59 | 9 | 0 | D | BA | 50 | 31 |
| Octal | 31 | 314 | 337 | 131 | 11 | 0 | 15 | 272 | 120 | 61 |
| Binary | 11001 | 11001100 | 11011111 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010000 | 110001 |
Color Harmonies of #19CCDF
Complementary color
Monochromatic Colors of #19CCDF
Black with #19CCDF
Text Example
Text Example
White with #19CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCDF; }
p { color: rgb(25,204,223); }
H1.HeaderClassName
{
color: #19CCDF;
}
.AnyTagClassName
{
color: #19CCDF;
}
</style>
background-color css
<style>
a { background-color: #19CCDF; }
a { background-color: rgb(25,204,223); }
div.DivClassName
{
background-color: #19CCDF;
}
.BgClassName
{
background-color: #19CCDF;
}
</style>
border-color css
<style>
span { border-color: #19CCDF; }
span { border-color: rgb(25,204,223); }
td.TdClassName
{
border-color: #19CCDF;
}
.TagClassName
{
border-color: #19CCDF;
}
</style>