Shades of Bright Turquoise #19FEDC
Tints of Bright Turquoise #19FEDC
RGB
CMYK
RGB Variations
Color information
#19FEDC (or 0x19FEDC) is known color: Bright Turquoise. HEX triplet: 19, FE and DC. RGB value is (25,254,220). Sum of RGB (Red+Green+Blue) = 25+254+220=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEDC is #E60123. Grayscale: #B5B5B5. Windows color (decimal): -15073572 or 14482969. OLE color: 14482969.
HSL color Cylindrical-coordinate representation of color #19FEDC: hue angle of 171.09º 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 #19FEDC is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 220 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.00 |
| HSL | 171.09º | 0.99% | 0.55% | - |
| HSV(B) | 171.09º | 0.9% | 1% | - |
| XYZ | 48.76 | 76.26 | 79.86 | - |
| YUV | 181.65 | 149.63 | 16.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 220 | 0.90 | 0 | 0.13 | 0.00 | 171.09 | 0.99 | 0.55 |
| Hex | 19 | FE | DC | 5A | 0 | D | 0 | AB | 63 | 37 |
| Octal | 31 | 376 | 334 | 132 | 0 | 15 | 0 | 253 | 143 | 67 |
| Binary | 11001 | 11111110 | 11011100 | 1011010 | 0 | 1101 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #19FEDC
Complementary color
Monochromatic Colors of #19FEDC
Black with #19FEDC
Text Example
Text Example
White with #19FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEDC; }
p { color: rgb(25,254,220); }
H1.HeaderClassName
{
color: #19FEDC;
}
.AnyTagClassName
{
color: #19FEDC;
}
</style>
background-color css
<style>
a { background-color: #19FEDC; }
a { background-color: rgb(25,254,220); }
div.DivClassName
{
background-color: #19FEDC;
}
.BgClassName
{
background-color: #19FEDC;
}
</style>
border-color css
<style>
span { border-color: #19FEDC; }
span { border-color: rgb(25,254,220); }
td.TdClassName
{
border-color: #19FEDC;
}
.TagClassName
{
border-color: #19FEDC;
}
</style>