Shades of Bright Turquoise #19E8BD
Tints of Bright Turquoise #19E8BD
RGB
CMYK
RGB Variations
Color information
#19E8BD (or 0x19E8BD) is known color: Bright Turquoise. HEX triplet: 19, E8 and BD. RGB value is (25,232,189). Sum of RGB (Red+Green+Blue) = 25+232+189=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #19E8BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E8BD is #E61742. Grayscale: #A5A5A5. Windows color (decimal): -15079235 or 12445721. OLE color: 12445721.
HSL color Cylindrical-coordinate representation of color #19E8BD: hue angle of 167.54º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E8BD is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 189 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.09 |
| HSL | 167.54º | 0.82% | 0.5% | - |
| HSV(B) | 167.54º | 0.89% | 0.91% | - |
| XYZ | 38.44 | 61.59 | 58.01 | - |
| YUV | 165.21 | 141.42 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 189 | 0.89 | 0 | 0.19 | 0.09 | 167.54 | 0.82 | 0.5 |
| Hex | 19 | E8 | BD | 59 | 0 | 13 | 9 | A8 | 52 | 32 |
| Octal | 31 | 350 | 275 | 131 | 0 | 23 | 11 | 250 | 122 | 62 |
| Binary | 11001 | 11101000 | 10111101 | 1011001 | 0 | 10011 | 1001 | 10101000 | 1010010 | 110010 |
Color Harmonies of #19E8BD
Complementary color
Monochromatic Colors of #19E8BD
Black with #19E8BD
Text Example
Text Example
White with #19E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E8BD; }
p { color: rgb(25,232,189); }
H1.HeaderClassName
{
color: #19E8BD;
}
.AnyTagClassName
{
color: #19E8BD;
}
</style>
background-color css
<style>
a { background-color: #19E8BD; }
a { background-color: rgb(25,232,189); }
div.DivClassName
{
background-color: #19E8BD;
}
.BgClassName
{
background-color: #19E8BD;
}
</style>
border-color css
<style>
span { border-color: #19E8BD; }
span { border-color: rgb(25,232,189); }
td.TdClassName
{
border-color: #19E8BD;
}
.TagClassName
{
border-color: #19E8BD;
}
</style>