Shades of Dark Turquoise #19C5DE
Tints of Dark Turquoise #19C5DE
RGB
CMYK
RGB Variations
Color information
#19C5DE (or 0x19C5DE) is known color: Dark Turquoise. HEX triplet: 19, C5 and DE. RGB value is (25,197,222). Sum of RGB (Red+Green+Blue) = 25+197+222=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #19C5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C5DE is #E63A21. Grayscale: #949494. Windows color (decimal): -15088162 or 14599449. OLE color: 14599449.
HSL color Cylindrical-coordinate representation of color #19C5DE: hue angle of 187.61º 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 #19C5DE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 197 | 222 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.13 |
| HSL | 187.61º | 0.8% | 0.48% | - |
| HSV(B) | 187.61º | 0.89% | 0.87% | - |
| XYZ | 33.55 | 45.41 | 76.1 | - |
| YUV | 148.42 | 169.52 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 222 | 0.89 | 0.11 | 0 | 0.13 | 187.61 | 0.8 | 0.48 |
| Hex | 19 | C5 | DE | 59 | B | 0 | D | BC | 50 | 30 |
| Octal | 31 | 305 | 336 | 131 | 13 | 0 | 15 | 274 | 120 | 60 |
| Binary | 11001 | 11000101 | 11011110 | 1011001 | 1011 | 0 | 1101 | 10111100 | 1010000 | 110000 |
Color Harmonies of #19C5DE
Complementary color
Monochromatic Colors of #19C5DE
Black with #19C5DE
Text Example
Text Example
White with #19C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C5DE; }
p { color: rgb(25,197,222); }
H1.HeaderClassName
{
color: #19C5DE;
}
.AnyTagClassName
{
color: #19C5DE;
}
</style>
background-color css
<style>
a { background-color: #19C5DE; }
a { background-color: rgb(25,197,222); }
div.DivClassName
{
background-color: #19C5DE;
}
.BgClassName
{
background-color: #19C5DE;
}
</style>
border-color css
<style>
span { border-color: #19C5DE; }
span { border-color: rgb(25,197,222); }
td.TdClassName
{
border-color: #19C5DE;
}
.TagClassName
{
border-color: #19C5DE;
}
</style>