Shades of Bright Turquoise #19FEEC
Tints of Bright Turquoise #19FEEC
RGB
CMYK
RGB Variations
Color information
#19FEEC (or 0x19FEEC) is known color: Bright Turquoise. HEX triplet: 19, FE and EC. RGB value is (25,254,236). Sum of RGB (Red+Green+Blue) = 25+254+236=515 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.85% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEEC is #E60113. Grayscale: #B7B7B7. Windows color (decimal): -15073556 or 15531545. OLE color: 15531545.
HSL color Cylindrical-coordinate representation of color #19FEEC: hue angle of 175.28º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FEEC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 236 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.00 |
| HSL | 175.28º | 0.99% | 0.55% | - |
| HSV(B) | 175.28º | 0.9% | 1% | - |
| XYZ | 50.98 | 77.15 | 91.56 | - |
| YUV | 183.48 | 157.63 | 14.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 236 | 0.90 | 0 | 0.07 | 0.00 | 175.28 | 0.99 | 0.55 |
| Hex | 19 | FE | EC | 5A | 0 | 7 | 0 | AF | 63 | 37 |
| Octal | 31 | 376 | 354 | 132 | 0 | 7 | 0 | 257 | 143 | 67 |
| Binary | 11001 | 11111110 | 11101100 | 1011010 | 0 | 111 | 0 | 10101111 | 1100011 | 110111 |
Color Harmonies of #19FEEC
Complementary color
Monochromatic Colors of #19FEEC
Black with #19FEEC
Text Example
Text Example
White with #19FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEEC; }
p { color: rgb(25,254,236); }
H1.HeaderClassName
{
color: #19FEEC;
}
.AnyTagClassName
{
color: #19FEEC;
}
</style>
background-color css
<style>
a { background-color: #19FEEC; }
a { background-color: rgb(25,254,236); }
div.DivClassName
{
background-color: #19FEEC;
}
.BgClassName
{
background-color: #19FEEC;
}
</style>
border-color css
<style>
span { border-color: #19FEEC; }
span { border-color: rgb(25,254,236); }
td.TdClassName
{
border-color: #19FEEC;
}
.TagClassName
{
border-color: #19FEEC;
}
</style>