Shades of Bright Turquoise #19DECE
Tints of Bright Turquoise #19DECE
RGB
CMYK
RGB Variations
Color information
#19DECE (or 0x19DECE) is known color: Bright Turquoise. HEX triplet: 19, DE and CE. RGB value is (25,222,206). Sum of RGB (Red+Green+Blue) = 25+222+206=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #19DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DECE is #E62131. Grayscale: #A1A1A1. Windows color (decimal): -15081778 or 13557273. OLE color: 13557273.
HSL color Cylindrical-coordinate representation of color #19DECE: hue angle of 175.13º 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 #19DECE is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 206 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.13 |
| HSL | 175.13º | 0.8% | 0.48% | - |
| HSV(B) | 175.13º | 0.89% | 0.87% | - |
| XYZ | 37.66 | 56.91 | 67.39 | - |
| YUV | 161.27 | 153.23 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 206 | 0.89 | 0 | 0.07 | 0.13 | 175.13 | 0.8 | 0.48 |
| Hex | 19 | DE | CE | 59 | 0 | 7 | D | AF | 50 | 30 |
| Octal | 31 | 336 | 316 | 131 | 0 | 7 | 15 | 257 | 120 | 60 |
| Binary | 11001 | 11011110 | 11001110 | 1011001 | 0 | 111 | 1101 | 10101111 | 1010000 | 110000 |
Color Harmonies of #19DECE
Complementary color
Monochromatic Colors of #19DECE
Black with #19DECE
Text Example
Text Example
White with #19DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DECE; }
p { color: rgb(25,222,206); }
H1.HeaderClassName
{
color: #19DECE;
}
.AnyTagClassName
{
color: #19DECE;
}
</style>
background-color css
<style>
a { background-color: #19DECE; }
a { background-color: rgb(25,222,206); }
div.DivClassName
{
background-color: #19DECE;
}
.BgClassName
{
background-color: #19DECE;
}
</style>
border-color css
<style>
span { border-color: #19DECE; }
span { border-color: rgb(25,222,206); }
td.TdClassName
{
border-color: #19DECE;
}
.TagClassName
{
border-color: #19DECE;
}
</style>