Shades of Bright Turquoise #19E1DE
Tints of Bright Turquoise #19E1DE
RGB
CMYK
RGB Variations
Color information
#19E1DE (or 0x19E1DE) is known color: Bright Turquoise. HEX triplet: 19, E1 and DE. RGB value is (25,225,222). Sum of RGB (Red+Green+Blue) = 25+225+222=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #19E1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E1DE is #E61E21. Grayscale: #A4A4A4. Windows color (decimal): -15080994 or 14606617. OLE color: 14606617.
HSL color Cylindrical-coordinate representation of color #19E1DE: hue angle of 179.1º 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 #19E1DE is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 222 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.12 |
| HSL | 179.1º | 0.8% | 0.49% | - |
| HSV(B) | 179.1º | 0.89% | 0.88% | - |
| XYZ | 40.51 | 59.33 | 78.42 | - |
| YUV | 164.86 | 160.24 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 222 | 0.89 | 0 | 0.01 | 0.12 | 179.1 | 0.8 | 0.49 |
| Hex | 19 | E1 | DE | 59 | 0 | 1 | C | B3 | 50 | 31 |
| Octal | 31 | 341 | 336 | 131 | 0 | 1 | 14 | 263 | 120 | 61 |
| Binary | 11001 | 11100001 | 11011110 | 1011001 | 0 | 1 | 1100 | 10110011 | 1010000 | 110001 |
Color Harmonies of #19E1DE
Complementary color
Monochromatic Colors of #19E1DE
Black with #19E1DE
Text Example
Text Example
White with #19E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E1DE; }
p { color: rgb(25,225,222); }
H1.HeaderClassName
{
color: #19E1DE;
}
.AnyTagClassName
{
color: #19E1DE;
}
</style>
background-color css
<style>
a { background-color: #19E1DE; }
a { background-color: rgb(25,225,222); }
div.DivClassName
{
background-color: #19E1DE;
}
.BgClassName
{
background-color: #19E1DE;
}
</style>
border-color css
<style>
span { border-color: #19E1DE; }
span { border-color: rgb(25,225,222); }
td.TdClassName
{
border-color: #19E1DE;
}
.TagClassName
{
border-color: #19E1DE;
}
</style>