Shades of Bright Turquoise #19E9D8
Tints of Bright Turquoise #19E9D8
RGB
CMYK
RGB Variations
Color information
#19E9D8 (or 0x19E9D8) is known color: Bright Turquoise. HEX triplet: 19, E9 and D8. RGB value is (25,233,216). Sum of RGB (Red+Green+Blue) = 25+233+216=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9D8 is #E61627. Grayscale: #A8A8A8. Windows color (decimal): -15078952 or 14215449. OLE color: 14215449.
HSL color Cylindrical-coordinate representation of color #19E9D8: hue angle of 175.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E9D8 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 233 | 216 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.09 |
| HSL | 175.1º | 0.83% | 0.51% | - |
| HSV(B) | 175.1º | 0.89% | 0.91% | - |
| XYZ | 41.93 | 63.44 | 75 | - |
| YUV | 168.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 233 | 216 | 0.89 | 0 | 0.07 | 0.09 | 175.1 | 0.83 | 0.51 |
| Hex | 19 | E9 | D8 | 59 | 0 | 7 | 9 | AF | 53 | 33 |
| Octal | 31 | 351 | 330 | 131 | 0 | 7 | 11 | 257 | 123 | 63 |
| Binary | 11001 | 11101001 | 11011000 | 1011001 | 0 | 111 | 1001 | 10101111 | 1010011 | 110011 |
Color Harmonies of #19E9D8
Complementary color
Monochromatic Colors of #19E9D8
Black with #19E9D8
Text Example
Text Example
White with #19E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E9D8; }
p { color: rgb(25,233,216); }
H1.HeaderClassName
{
color: #19E9D8;
}
.AnyTagClassName
{
color: #19E9D8;
}
</style>
background-color css
<style>
a { background-color: #19E9D8; }
a { background-color: rgb(25,233,216); }
div.DivClassName
{
background-color: #19E9D8;
}
.BgClassName
{
background-color: #19E9D8;
}
</style>
border-color css
<style>
span { border-color: #19E9D8; }
span { border-color: rgb(25,233,216); }
td.TdClassName
{
border-color: #19E9D8;
}
.TagClassName
{
border-color: #19E9D8;
}
</style>