Shades of Bright Turquoise #19EDEC
Tints of Bright Turquoise #19EDEC
RGB
CMYK
RGB Variations
Color information
#19EDEC (or 0x19EDEC) is known color: Bright Turquoise. HEX triplet: 19, ED and EC. RGB value is (25,237,236). Sum of RGB (Red+Green+Blue) = 25+237+236=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDEC is #E61213. Grayscale: #ADADAD. Windows color (decimal): -15077908 or 15527193. OLE color: 15527193.
HSL color Cylindrical-coordinate representation of color #19EDEC: hue angle of 179.72º 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 #19EDEC is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 236 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.07 |
| HSL | 179.72º | 0.85% | 0.51% | - |
| HSV(B) | 179.72º | 0.89% | 0.93% | - |
| XYZ | 45.83 | 66.83 | 89.84 | - |
| YUV | 173.5 | 163.26 | 22.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 236 | 0.89 | 0 | 0.00 | 0.07 | 179.72 | 0.85 | 0.51 |
| Hex | 19 | ED | EC | 59 | 0 | 0 | 7 | B4 | 55 | 33 |
| Octal | 31 | 355 | 354 | 131 | 0 | 0 | 7 | 264 | 125 | 63 |
| Binary | 11001 | 11101101 | 11101100 | 1011001 | 0 | 0 | 111 | 10110100 | 1010101 | 110011 |
Color Harmonies of #19EDEC
Complementary color
Monochromatic Colors of #19EDEC
Black with #19EDEC
Text Example
Text Example
White with #19EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDEC; }
p { color: rgb(25,237,236); }
H1.HeaderClassName
{
color: #19EDEC;
}
.AnyTagClassName
{
color: #19EDEC;
}
</style>
background-color css
<style>
a { background-color: #19EDEC; }
a { background-color: rgb(25,237,236); }
div.DivClassName
{
background-color: #19EDEC;
}
.BgClassName
{
background-color: #19EDEC;
}
</style>
border-color css
<style>
span { border-color: #19EDEC; }
span { border-color: rgb(25,237,236); }
td.TdClassName
{
border-color: #19EDEC;
}
.TagClassName
{
border-color: #19EDEC;
}
</style>