Shades of Bright Turquoise #19DECA
Tints of Bright Turquoise #19DECA
RGB
CMYK
RGB Variations
Color information
#19DECA (or 0x19DECA) is known color: Bright Turquoise. HEX triplet: 19, DE and CA. RGB value is (25,222,202). Sum of RGB (Red+Green+Blue) = 25+222+202=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #19DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DECA is #E62135. Grayscale: #A0A0A0. Windows color (decimal): -15081782 or 13295129. OLE color: 13295129.
HSL color Cylindrical-coordinate representation of color #19DECA: hue angle of 173.91º 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 #19DECA is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 202 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.13 |
| HSL | 173.91º | 0.8% | 0.48% | - |
| HSV(B) | 173.91º | 0.89% | 0.87% | - |
| XYZ | 37.18 | 56.71 | 64.86 | - |
| YUV | 160.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 202 | 0.89 | 0 | 0.09 | 0.13 | 173.91 | 0.8 | 0.48 |
| Hex | 19 | DE | CA | 59 | 0 | 9 | D | AE | 50 | 30 |
| Octal | 31 | 336 | 312 | 131 | 0 | 11 | 15 | 256 | 120 | 60 |
| Binary | 11001 | 11011110 | 11001010 | 1011001 | 0 | 1001 | 1101 | 10101110 | 1010000 | 110000 |
Color Harmonies of #19DECA
Complementary color
Monochromatic Colors of #19DECA
Black with #19DECA
Text Example
Text Example
White with #19DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DECA; }
p { color: rgb(25,222,202); }
H1.HeaderClassName
{
color: #19DECA;
}
.AnyTagClassName
{
color: #19DECA;
}
</style>
background-color css
<style>
a { background-color: #19DECA; }
a { background-color: rgb(25,222,202); }
div.DivClassName
{
background-color: #19DECA;
}
.BgClassName
{
background-color: #19DECA;
}
</style>
border-color css
<style>
span { border-color: #19DECA; }
span { border-color: rgb(25,222,202); }
td.TdClassName
{
border-color: #19DECA;
}
.TagClassName
{
border-color: #19DECA;
}
</style>