Shades of Bright Turquoise #19ECEF
Tints of Bright Turquoise #19ECEF
RGB
CMYK
RGB Variations
Color information
#19ECEF (or 0x19ECEF) is known color: Bright Turquoise. HEX triplet: 19, EC and EF. RGB value is (25,236,239). Sum of RGB (Red+Green+Blue) = 25+236+239=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #19ECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECEF is #E61310. Grayscale: #ADADAD. Windows color (decimal): -15078161 or 15723545. OLE color: 15723545.
HSL color Cylindrical-coordinate representation of color #19ECEF: hue angle of 180.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ECEF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 236 | 239 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.06 |
| HSL | 180.84º | 0.87% | 0.52% | - |
| HSV(B) | 180.84º | 0.9% | 0.94% | - |
| XYZ | 45.98 | 66.43 | 92.06 | - |
| YUV | 173.25 | 165.1 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 239 | 0.90 | 0.01 | 0 | 0.06 | 180.84 | 0.87 | 0.52 |
| Hex | 19 | EC | EF | 5A | 1 | 0 | 6 | B5 | 57 | 34 |
| Octal | 31 | 354 | 357 | 132 | 1 | 0 | 6 | 265 | 127 | 64 |
| Binary | 11001 | 11101100 | 11101111 | 1011010 | 1 | 0 | 110 | 10110101 | 1010111 | 110100 |
Color Harmonies of #19ECEF
Complementary color
Monochromatic Colors of #19ECEF
Black with #19ECEF
Text Example
Text Example
White with #19ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECEF; }
p { color: rgb(25,236,239); }
H1.HeaderClassName
{
color: #19ECEF;
}
.AnyTagClassName
{
color: #19ECEF;
}
</style>
background-color css
<style>
a { background-color: #19ECEF; }
a { background-color: rgb(25,236,239); }
div.DivClassName
{
background-color: #19ECEF;
}
.BgClassName
{
background-color: #19ECEF;
}
</style>
border-color css
<style>
span { border-color: #19ECEF; }
span { border-color: rgb(25,236,239); }
td.TdClassName
{
border-color: #19ECEF;
}
.TagClassName
{
border-color: #19ECEF;
}
</style>