Shades of Bright Turquoise #19FEDB
Tints of Bright Turquoise #19FEDB
RGB
CMYK
RGB Variations
Color information
#19FEDB (or 0x19FEDB) is known color: Bright Turquoise. HEX triplet: 19, FE and DB. RGB value is (25,254,219). Sum of RGB (Red+Green+Blue) = 25+254+219=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEDB is #E60124. Grayscale: #B5B5B5. Windows color (decimal): -15073573 or 14417433. OLE color: 14417433.
HSL color Cylindrical-coordinate representation of color #19FEDB: hue angle of 170.83º 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 #19FEDB is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 219 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.00 |
| HSL | 170.83º | 0.99% | 0.55% | - |
| HSV(B) | 170.83º | 0.9% | 1% | - |
| XYZ | 48.63 | 76.2 | 79.16 | - |
| YUV | 181.54 | 149.13 | 16.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 219 | 0.90 | 0 | 0.14 | 0.00 | 170.83 | 0.99 | 0.55 |
| Hex | 19 | FE | DB | 5A | 0 | E | 0 | AB | 63 | 37 |
| Octal | 31 | 376 | 333 | 132 | 0 | 16 | 0 | 253 | 143 | 67 |
| Binary | 11001 | 11111110 | 11011011 | 1011010 | 0 | 1110 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #19FEDB
Complementary color
Monochromatic Colors of #19FEDB
Black with #19FEDB
Text Example
Text Example
White with #19FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEDB; }
p { color: rgb(25,254,219); }
H1.HeaderClassName
{
color: #19FEDB;
}
.AnyTagClassName
{
color: #19FEDB;
}
</style>
background-color css
<style>
a { background-color: #19FEDB; }
a { background-color: rgb(25,254,219); }
div.DivClassName
{
background-color: #19FEDB;
}
.BgClassName
{
background-color: #19FEDB;
}
</style>
border-color css
<style>
span { border-color: #19FEDB; }
span { border-color: rgb(25,254,219); }
td.TdClassName
{
border-color: #19FEDB;
}
.TagClassName
{
border-color: #19FEDB;
}
</style>