Shades of Bright Turquoise #19FEDF
Tints of Bright Turquoise #19FEDF
RGB
CMYK
RGB Variations
Color information
#19FEDF (or 0x19FEDF) is known color: Bright Turquoise. HEX triplet: 19, FE and DF. RGB value is (25,254,223). Sum of RGB (Red+Green+Blue) = 25+254+223=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEDF is #E60120. Grayscale: #B5B5B5. Windows color (decimal): -15073569 or 14679577. OLE color: 14679577.
HSL color Cylindrical-coordinate representation of color #19FEDF: hue angle of 171.88º 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 #19FEDF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 223 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.00 |
| HSL | 171.88º | 0.99% | 0.55% | - |
| HSV(B) | 171.88º | 0.9% | 1% | - |
| XYZ | 49.16 | 76.42 | 81.97 | - |
| YUV | 182 | 151.13 | 16.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 223 | 0.90 | 0 | 0.12 | 0.00 | 171.88 | 0.99 | 0.55 |
| Hex | 19 | FE | DF | 5A | 0 | C | 0 | AC | 63 | 37 |
| Octal | 31 | 376 | 337 | 132 | 0 | 14 | 0 | 254 | 143 | 67 |
| Binary | 11001 | 11111110 | 11011111 | 1011010 | 0 | 1100 | 0 | 10101100 | 1100011 | 110111 |
Color Harmonies of #19FEDF
Complementary color
Monochromatic Colors of #19FEDF
Black with #19FEDF
Text Example
Text Example
White with #19FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEDF; }
p { color: rgb(25,254,223); }
H1.HeaderClassName
{
color: #19FEDF;
}
.AnyTagClassName
{
color: #19FEDF;
}
</style>
background-color css
<style>
a { background-color: #19FEDF; }
a { background-color: rgb(25,254,223); }
div.DivClassName
{
background-color: #19FEDF;
}
.BgClassName
{
background-color: #19FEDF;
}
</style>
border-color css
<style>
span { border-color: #19FEDF; }
span { border-color: rgb(25,254,223); }
td.TdClassName
{
border-color: #19FEDF;
}
.TagClassName
{
border-color: #19FEDF;
}
</style>