Shades of Dark Turquoise #19CBE5
Tints of Dark Turquoise #19CBE5
RGB
CMYK
RGB Variations
Color information
#19CBE5 (or 0x19CBE5) is known color: Dark Turquoise. HEX triplet: 19, CB and E5. RGB value is (25,203,229). Sum of RGB (Red+Green+Blue) = 25+203+229=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #19CBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBE5 is #E6341A. Grayscale: #989898. Windows color (decimal): -15086619 or 15059737. OLE color: 15059737.
HSL color Cylindrical-coordinate representation of color #19CBE5: hue angle of 187.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBE5 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 203 | 229 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.10 |
| HSL | 187.65º | 0.8% | 0.5% | - |
| HSV(B) | 187.65º | 0.89% | 0.9% | - |
| XYZ | 35.9 | 48.58 | 81.61 | - |
| YUV | 152.74 | 171.03 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 229 | 0.89 | 0.11 | 0 | 0.10 | 187.65 | 0.8 | 0.5 |
| Hex | 19 | CB | E5 | 59 | B | 0 | A | BC | 50 | 32 |
| Octal | 31 | 313 | 345 | 131 | 13 | 0 | 12 | 274 | 120 | 62 |
| Binary | 11001 | 11001011 | 11100101 | 1011001 | 1011 | 0 | 1010 | 10111100 | 1010000 | 110010 |
Color Harmonies of #19CBE5
Complementary color
Monochromatic Colors of #19CBE5
Black with #19CBE5
Text Example
Text Example
White with #19CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBE5; }
p { color: rgb(25,203,229); }
H1.HeaderClassName
{
color: #19CBE5;
}
.AnyTagClassName
{
color: #19CBE5;
}
</style>
background-color css
<style>
a { background-color: #19CBE5; }
a { background-color: rgb(25,203,229); }
div.DivClassName
{
background-color: #19CBE5;
}
.BgClassName
{
background-color: #19CBE5;
}
</style>
border-color css
<style>
span { border-color: #19CBE5; }
span { border-color: rgb(25,203,229); }
td.TdClassName
{
border-color: #19CBE5;
}
.TagClassName
{
border-color: #19CBE5;
}
</style>