Shades of Bright Turquoise #19ECEC
Tints of Bright Turquoise #19ECEC
RGB
CMYK
RGB Variations
Color information
#19ECEC (or 0x19ECEC) is known color: Bright Turquoise. HEX triplet: 19, EC and EC. RGB value is (25,236,236). Sum of RGB (Red+Green+Blue) = 25+236+236=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #19ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECEC is #E61313. Grayscale: #ACACAC. Windows color (decimal): -15078164 or 15526937. OLE color: 15526937.
HSL color Cylindrical-coordinate representation of color #19ECEC: hue angle of 180º 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 #19ECEC is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 236 | - |
| CMYK | 0.89 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.51% | - |
| HSV(B) | 180º | 0.89% | 0.93% | - |
| XYZ | 45.54 | 66.25 | 89.75 | - |
| YUV | 172.91 | 163.6 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 236 | 0.89 | 0 | 0 | 0.07 | 180 | 0.85 | 0.51 |
| Hex | 19 | EC | EC | 59 | 0 | 0 | 7 | B4 | 55 | 33 |
| Octal | 31 | 354 | 354 | 131 | 0 | 0 | 7 | 264 | 125 | 63 |
| Binary | 11001 | 11101100 | 11101100 | 1011001 | 0 | 0 | 111 | 10110100 | 1010101 | 110011 |
Color Harmonies of #19ECEC
Complementary color
Monochromatic Colors of #19ECEC
Black with #19ECEC
Text Example
Text Example
White with #19ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECEC; }
p { color: rgb(25,236,236); }
H1.HeaderClassName
{
color: #19ECEC;
}
.AnyTagClassName
{
color: #19ECEC;
}
</style>
background-color css
<style>
a { background-color: #19ECEC; }
a { background-color: rgb(25,236,236); }
div.DivClassName
{
background-color: #19ECEC;
}
.BgClassName
{
background-color: #19ECEC;
}
</style>
border-color css
<style>
span { border-color: #19ECEC; }
span { border-color: rgb(25,236,236); }
td.TdClassName
{
border-color: #19ECEC;
}
.TagClassName
{
border-color: #19ECEC;
}
</style>