Shades of Bright Turquoise #19FFEA
Tints of Bright Turquoise #19FFEA
RGB
CMYK
RGB Variations
Color information
#19FFEA (or 0x19FFEA) is known color: Bright Turquoise. HEX triplet: 19, FF and EA. RGB value is (25,255,234). Sum of RGB (Red+Green+Blue) = 25+255+234=514 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.86% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FFEA is #E60015. Grayscale: #B7B7B7. Windows color (decimal): -15073302 or 15400729. OLE color: 15400729.
HSL color Cylindrical-coordinate representation of color #19FFEA: hue angle of 174.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFEA is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 234 | - |
| CMYK | 0.90 | 0 | 0.08 | 0 |
| HSL | 174.52º | 1% | 0.55% | - |
| HSV(B) | 174.52º | 0.9% | 1% | - |
| XYZ | 51.01 | 77.67 | 90.14 | - |
| YUV | 183.84 | 156.3 | 14.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 234 | 0.90 | 0 | 0.08 | 0 | 174.52 | 1 | 0.55 |
| Hex | 19 | FF | EA | 5A | 0 | 8 | 0 | AF | 64 | 37 |
| Octal | 31 | 377 | 352 | 132 | 0 | 10 | 0 | 257 | 144 | 67 |
| Binary | 11001 | 11111111 | 11101010 | 1011010 | 0 | 1000 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #19FFEA
Complementary color
Monochromatic Colors of #19FFEA
Black with #19FFEA
Text Example
Text Example
White with #19FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFEA; }
p { color: rgb(25,255,234); }
H1.HeaderClassName
{
color: #19FFEA;
}
.AnyTagClassName
{
color: #19FFEA;
}
</style>
background-color css
<style>
a { background-color: #19FFEA; }
a { background-color: rgb(25,255,234); }
div.DivClassName
{
background-color: #19FFEA;
}
.BgClassName
{
background-color: #19FFEA;
}
</style>
border-color css
<style>
span { border-color: #19FFEA; }
span { border-color: rgb(25,255,234); }
td.TdClassName
{
border-color: #19FFEA;
}
.TagClassName
{
border-color: #19FFEA;
}
</style>