Shades of Bright Turquoise #19FEDE
Tints of Bright Turquoise #19FEDE
RGB
CMYK
RGB Variations
Color information
#19FEDE (or 0x19FEDE) is known color: Bright Turquoise. HEX triplet: 19, FE and DE. RGB value is (25,254,222). Sum of RGB (Red+Green+Blue) = 25+254+222=501 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.99% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEDE is #E60121. Grayscale: #B5B5B5. Windows color (decimal): -15073570 or 14614041. OLE color: 14614041.
HSL color Cylindrical-coordinate representation of color #19FEDE: hue angle of 171.62º 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 #19FEDE is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 222 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.00 |
| HSL | 171.62º | 0.99% | 0.55% | - |
| HSV(B) | 171.62º | 0.9% | 1% | - |
| XYZ | 49.03 | 76.36 | 81.26 | - |
| YUV | 181.88 | 150.63 | 16.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 222 | 0.90 | 0 | 0.13 | 0.00 | 171.62 | 0.99 | 0.55 |
| Hex | 19 | FE | DE | 5A | 0 | D | 0 | AC | 63 | 37 |
| Octal | 31 | 376 | 336 | 132 | 0 | 15 | 0 | 254 | 143 | 67 |
| Binary | 11001 | 11111110 | 11011110 | 1011010 | 0 | 1101 | 0 | 10101100 | 1100011 | 110111 |
Color Harmonies of #19FEDE
Complementary color
Monochromatic Colors of #19FEDE
Black with #19FEDE
Text Example
Text Example
White with #19FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEDE; }
p { color: rgb(25,254,222); }
H1.HeaderClassName
{
color: #19FEDE;
}
.AnyTagClassName
{
color: #19FEDE;
}
</style>
background-color css
<style>
a { background-color: #19FEDE; }
a { background-color: rgb(25,254,222); }
div.DivClassName
{
background-color: #19FEDE;
}
.BgClassName
{
background-color: #19FEDE;
}
</style>
border-color css
<style>
span { border-color: #19FEDE; }
span { border-color: rgb(25,254,222); }
td.TdClassName
{
border-color: #19FEDE;
}
.TagClassName
{
border-color: #19FEDE;
}
</style>