Shades of Dark Turquoise #19CEE9
Tints of Dark Turquoise #19CEE9
RGB
CMYK
RGB Variations
Color information
#19CEE9 (or 0x19CEE9) is known color: Dark Turquoise. HEX triplet: 19, CE and E9. RGB value is (25,206,233). Sum of RGB (Red+Green+Blue) = 25+206+233=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #19CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEE9 is #E63116. Grayscale: #9A9A9A. Windows color (decimal): -15085847 or 15322649. OLE color: 15322649.
HSL color Cylindrical-coordinate representation of color #19CEE9: hue angle of 187.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CEE9 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 206 | 233 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.09 |
| HSL | 187.79º | 0.83% | 0.51% | - |
| HSV(B) | 187.79º | 0.89% | 0.91% | - |
| XYZ | 37.18 | 50.23 | 84.83 | - |
| YUV | 154.96 | 172.03 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 233 | 0.89 | 0.12 | 0 | 0.09 | 187.79 | 0.83 | 0.51 |
| Hex | 19 | CE | E9 | 59 | C | 0 | 9 | BC | 53 | 33 |
| Octal | 31 | 316 | 351 | 131 | 14 | 0 | 11 | 274 | 123 | 63 |
| Binary | 11001 | 11001110 | 11101001 | 1011001 | 1100 | 0 | 1001 | 10111100 | 1010011 | 110011 |
Color Harmonies of #19CEE9
Complementary color
Monochromatic Colors of #19CEE9
Black with #19CEE9
Text Example
Text Example
White with #19CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEE9; }
p { color: rgb(25,206,233); }
H1.HeaderClassName
{
color: #19CEE9;
}
.AnyTagClassName
{
color: #19CEE9;
}
</style>
background-color css
<style>
a { background-color: #19CEE9; }
a { background-color: rgb(25,206,233); }
div.DivClassName
{
background-color: #19CEE9;
}
.BgClassName
{
background-color: #19CEE9;
}
</style>
border-color css
<style>
span { border-color: #19CEE9; }
span { border-color: rgb(25,206,233); }
td.TdClassName
{
border-color: #19CEE9;
}
.TagClassName
{
border-color: #19CEE9;
}
</style>