Shades of Dark Turquoise #19CADE
Tints of Dark Turquoise #19CADE
RGB
CMYK
RGB Variations
Color information
#19CADE (or 0x19CADE) is known color: Dark Turquoise. HEX triplet: 19, CA and DE. RGB value is (25,202,222). Sum of RGB (Red+Green+Blue) = 25+202+222=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #19CADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CADE is #E63521. Grayscale: #979797. Windows color (decimal): -15086882 or 14600729. OLE color: 14600729.
HSL color Cylindrical-coordinate representation of color #19CADE: hue angle of 186.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CADE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 202 | 222 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 186.09º | 0.8% | 0.48% | - |
| HSV(B) | 186.09º | 0.89% | 0.87% | - |
| XYZ | 34.71 | 47.72 | 76.49 | - |
| YUV | 151.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 202 | 222 | 0.89 | 0.09 | 0 | 0.13 | 186.09 | 0.8 | 0.48 |
| Hex | 19 | CA | DE | 59 | 9 | 0 | D | BA | 50 | 30 |
| Octal | 31 | 312 | 336 | 131 | 11 | 0 | 15 | 272 | 120 | 60 |
| Binary | 11001 | 11001010 | 11011110 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010000 | 110000 |
Color Harmonies of #19CADE
Complementary color
Monochromatic Colors of #19CADE
Black with #19CADE
Text Example
Text Example
White with #19CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CADE; }
p { color: rgb(25,202,222); }
H1.HeaderClassName
{
color: #19CADE;
}
.AnyTagClassName
{
color: #19CADE;
}
</style>
background-color css
<style>
a { background-color: #19CADE; }
a { background-color: rgb(25,202,222); }
div.DivClassName
{
background-color: #19CADE;
}
.BgClassName
{
background-color: #19CADE;
}
</style>
border-color css
<style>
span { border-color: #19CADE; }
span { border-color: rgb(25,202,222); }
td.TdClassName
{
border-color: #19CADE;
}
.TagClassName
{
border-color: #19CADE;
}
</style>