Shades of Bright Turquoise #19E3DB
Tints of Bright Turquoise #19E3DB
RGB
CMYK
RGB Variations
Color information
#19E3DB (or 0x19E3DB) is known color: Bright Turquoise. HEX triplet: 19, E3 and DB. RGB value is (25,227,219). Sum of RGB (Red+Green+Blue) = 25+227+219=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #19E3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E3DB is #E61C24. Grayscale: #A5A5A5. Windows color (decimal): -15080485 or 14410521. OLE color: 14410521.
HSL color Cylindrical-coordinate representation of color #19E3DB: hue angle of 177.62º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E3DB is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 219 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.11 |
| HSL | 177.62º | 0.8% | 0.49% | - |
| HSV(B) | 177.62º | 0.89% | 0.89% | - |
| XYZ | 40.66 | 60.26 | 76.51 | - |
| YUV | 165.69 | 158.08 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 219 | 0.89 | 0 | 0.04 | 0.11 | 177.62 | 0.8 | 0.49 |
| Hex | 19 | E3 | DB | 59 | 0 | 4 | B | B2 | 50 | 31 |
| Octal | 31 | 343 | 333 | 131 | 0 | 4 | 13 | 262 | 120 | 61 |
| Binary | 11001 | 11100011 | 11011011 | 1011001 | 0 | 100 | 1011 | 10110010 | 1010000 | 110001 |
Color Harmonies of #19E3DB
Complementary color
Monochromatic Colors of #19E3DB
Black with #19E3DB
Text Example
Text Example
White with #19E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E3DB; }
p { color: rgb(25,227,219); }
H1.HeaderClassName
{
color: #19E3DB;
}
.AnyTagClassName
{
color: #19E3DB;
}
</style>
background-color css
<style>
a { background-color: #19E3DB; }
a { background-color: rgb(25,227,219); }
div.DivClassName
{
background-color: #19E3DB;
}
.BgClassName
{
background-color: #19E3DB;
}
</style>
border-color css
<style>
span { border-color: #19E3DB; }
span { border-color: rgb(25,227,219); }
td.TdClassName
{
border-color: #19E3DB;
}
.TagClassName
{
border-color: #19E3DB;
}
</style>