Shades of Bright Turquoise #19FEE5
Tints of Bright Turquoise #19FEE5
RGB
CMYK
RGB Variations
Color information
#19FEE5 (or 0x19FEE5) is known color: Bright Turquoise. HEX triplet: 19, FE and E5. RGB value is (25,254,229). Sum of RGB (Red+Green+Blue) = 25+254+229=508 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.92% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEE5 is #E6011A. Grayscale: #B6B6B6. Windows color (decimal): -15073563 or 15072793. OLE color: 15072793.
HSL color Cylindrical-coordinate representation of color #19FEE5: hue angle of 173.45º 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 #19FEE5 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 229 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.00 |
| HSL | 173.45º | 0.99% | 0.55% | - |
| HSV(B) | 173.45º | 0.9% | 1% | - |
| XYZ | 49.99 | 76.75 | 86.31 | - |
| YUV | 182.68 | 154.13 | 15.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 229 | 0.90 | 0 | 0.10 | 0.00 | 173.45 | 0.99 | 0.55 |
| Hex | 19 | FE | E5 | 5A | 0 | A | 0 | AD | 63 | 37 |
| Octal | 31 | 376 | 345 | 132 | 0 | 12 | 0 | 255 | 143 | 67 |
| Binary | 11001 | 11111110 | 11100101 | 1011010 | 0 | 1010 | 0 | 10101101 | 1100011 | 110111 |
Color Harmonies of #19FEE5
Complementary color
Monochromatic Colors of #19FEE5
Black with #19FEE5
Text Example
Text Example
White with #19FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEE5; }
p { color: rgb(25,254,229); }
H1.HeaderClassName
{
color: #19FEE5;
}
.AnyTagClassName
{
color: #19FEE5;
}
</style>
background-color css
<style>
a { background-color: #19FEE5; }
a { background-color: rgb(25,254,229); }
div.DivClassName
{
background-color: #19FEE5;
}
.BgClassName
{
background-color: #19FEE5;
}
</style>
border-color css
<style>
span { border-color: #19FEE5; }
span { border-color: rgb(25,254,229); }
td.TdClassName
{
border-color: #19FEE5;
}
.TagClassName
{
border-color: #19FEE5;
}
</style>