Shades of Dark Turquoise #19CAE7
Tints of Dark Turquoise #19CAE7
RGB
CMYK
RGB Variations
Color information
#19CAE7 (or 0x19CAE7) is known color: Dark Turquoise. HEX triplet: 19, CA and E7. RGB value is (25,202,231). Sum of RGB (Red+Green+Blue) = 25+202+231=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #19CAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CAE7 is #E63518. Grayscale: #989898. Windows color (decimal): -15086873 or 15190553. OLE color: 15190553.
HSL color Cylindrical-coordinate representation of color #19CAE7: hue angle of 188.45º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CAE7 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 202 | 231 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.09 |
| HSL | 188.45º | 0.81% | 0.5% | - |
| HSV(B) | 188.45º | 0.89% | 0.91% | - |
| XYZ | 35.95 | 48.22 | 83.01 | - |
| YUV | 152.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 202 | 231 | 0.89 | 0.13 | 0 | 0.09 | 188.45 | 0.81 | 0.5 |
| Hex | 19 | CA | E7 | 59 | D | 0 | 9 | BC | 51 | 32 |
| Octal | 31 | 312 | 347 | 131 | 15 | 0 | 11 | 274 | 121 | 62 |
| Binary | 11001 | 11001010 | 11100111 | 1011001 | 1101 | 0 | 1001 | 10111100 | 1010001 | 110010 |
Color Harmonies of #19CAE7
Complementary color
Monochromatic Colors of #19CAE7
Black with #19CAE7
Text Example
Text Example
White with #19CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CAE7; }
p { color: rgb(25,202,231); }
H1.HeaderClassName
{
color: #19CAE7;
}
.AnyTagClassName
{
color: #19CAE7;
}
</style>
background-color css
<style>
a { background-color: #19CAE7; }
a { background-color: rgb(25,202,231); }
div.DivClassName
{
background-color: #19CAE7;
}
.BgClassName
{
background-color: #19CAE7;
}
</style>
border-color css
<style>
span { border-color: #19CAE7; }
span { border-color: rgb(25,202,231); }
td.TdClassName
{
border-color: #19CAE7;
}
.TagClassName
{
border-color: #19CAE7;
}
</style>