Shades of Bright Turquoise #19ECCE
Tints of Bright Turquoise #19ECCE
RGB
CMYK
RGB Variations
Color information
#19ECCE (or 0x19ECCE) is known color: Bright Turquoise. HEX triplet: 19, EC and CE. RGB value is (25,236,206). Sum of RGB (Red+Green+Blue) = 25+236+206=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECCE is #E61331. Grayscale: #A9A9A9. Windows color (decimal): -15078194 or 13560857. OLE color: 13560857.
HSL color Cylindrical-coordinate representation of color #19ECCE: hue angle of 171.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ECCE is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 206 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.47º | 0.85% | 0.51% | - |
| HSV(B) | 171.47º | 0.89% | 0.93% | - |
| XYZ | 41.54 | 64.65 | 68.68 | - |
| YUV | 169.49 | 148.6 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 206 | 0.89 | 0 | 0.13 | 0.07 | 171.47 | 0.85 | 0.51 |
| Hex | 19 | EC | CE | 59 | 0 | D | 7 | AB | 55 | 33 |
| Octal | 31 | 354 | 316 | 131 | 0 | 15 | 7 | 253 | 125 | 63 |
| Binary | 11001 | 11101100 | 11001110 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #19ECCE
Complementary color
Monochromatic Colors of #19ECCE
Black with #19ECCE
Text Example
Text Example
White with #19ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECCE; }
p { color: rgb(25,236,206); }
H1.HeaderClassName
{
color: #19ECCE;
}
.AnyTagClassName
{
color: #19ECCE;
}
</style>
background-color css
<style>
a { background-color: #19ECCE; }
a { background-color: rgb(25,236,206); }
div.DivClassName
{
background-color: #19ECCE;
}
.BgClassName
{
background-color: #19ECCE;
}
</style>
border-color css
<style>
span { border-color: #19ECCE; }
span { border-color: rgb(25,236,206); }
td.TdClassName
{
border-color: #19ECCE;
}
.TagClassName
{
border-color: #19ECCE;
}
</style>