Shades of Bright Turquoise #19E0DB
Tints of Bright Turquoise #19E0DB
RGB
CMYK
RGB Variations
Color information
#19E0DB (or 0x19E0DB) is known color: Bright Turquoise. HEX triplet: 19, E0 and DB. RGB value is (25,224,219). Sum of RGB (Red+Green+Blue) = 25+224+219=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #19E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E0DB is #E61F24. Grayscale: #A3A3A3. Windows color (decimal): -15081253 or 14409753. OLE color: 14409753.
HSL color Cylindrical-coordinate representation of color #19E0DB: hue angle of 178.49º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E0DB is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 224 | 219 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.12 |
| HSL | 178.49º | 0.8% | 0.49% | - |
| HSV(B) | 178.49º | 0.89% | 0.88% | - |
| XYZ | 39.84 | 58.63 | 76.24 | - |
| YUV | 163.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 224 | 219 | 0.89 | 0 | 0.02 | 0.12 | 178.49 | 0.8 | 0.49 |
| Hex | 19 | E0 | DB | 59 | 0 | 2 | C | B2 | 50 | 31 |
| Octal | 31 | 340 | 333 | 131 | 0 | 2 | 14 | 262 | 120 | 61 |
| Binary | 11001 | 11100000 | 11011011 | 1011001 | 0 | 10 | 1100 | 10110010 | 1010000 | 110001 |
Color Harmonies of #19E0DB
Complementary color
Monochromatic Colors of #19E0DB
Black with #19E0DB
Text Example
Text Example
White with #19E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E0DB; }
p { color: rgb(25,224,219); }
H1.HeaderClassName
{
color: #19E0DB;
}
.AnyTagClassName
{
color: #19E0DB;
}
</style>
background-color css
<style>
a { background-color: #19E0DB; }
a { background-color: rgb(25,224,219); }
div.DivClassName
{
background-color: #19E0DB;
}
.BgClassName
{
background-color: #19E0DB;
}
</style>
border-color css
<style>
span { border-color: #19E0DB; }
span { border-color: rgb(25,224,219); }
td.TdClassName
{
border-color: #19E0DB;
}
.TagClassName
{
border-color: #19E0DB;
}
</style>