Shades of Bright Turquoise #19EBEA
Tints of Bright Turquoise #19EBEA
RGB
CMYK
RGB Variations
Color information
#19EBEA (or 0x19EBEA) is known color: Bright Turquoise. HEX triplet: 19, EB and EA. RGB value is (25,235,234). Sum of RGB (Red+Green+Blue) = 25+235+234=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBEA is #E61415. Grayscale: #ABABAB. Windows color (decimal): -15078422 or 15395609. OLE color: 15395609.
HSL color Cylindrical-coordinate representation of color #19EBEA: hue angle of 179.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EBEA is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 235 | 234 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.08 |
| HSL | 179.71º | 0.84% | 0.51% | - |
| HSV(B) | 179.71º | 0.89% | 0.92% | - |
| XYZ | 44.96 | 65.56 | 88.13 | - |
| YUV | 172.1 | 162.93 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 234 | 0.89 | 0 | 0.00 | 0.08 | 179.71 | 0.84 | 0.51 |
| Hex | 19 | EB | EA | 59 | 0 | 0 | 8 | B4 | 54 | 33 |
| Octal | 31 | 353 | 352 | 131 | 0 | 0 | 10 | 264 | 124 | 63 |
| Binary | 11001 | 11101011 | 11101010 | 1011001 | 0 | 0 | 1000 | 10110100 | 1010100 | 110011 |
Color Harmonies of #19EBEA
Complementary color
Monochromatic Colors of #19EBEA
Black with #19EBEA
Text Example
Text Example
White with #19EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EBEA; }
p { color: rgb(25,235,234); }
H1.HeaderClassName
{
color: #19EBEA;
}
.AnyTagClassName
{
color: #19EBEA;
}
</style>
background-color css
<style>
a { background-color: #19EBEA; }
a { background-color: rgb(25,235,234); }
div.DivClassName
{
background-color: #19EBEA;
}
.BgClassName
{
background-color: #19EBEA;
}
</style>
border-color css
<style>
span { border-color: #19EBEA; }
span { border-color: rgb(25,235,234); }
td.TdClassName
{
border-color: #19EBEA;
}
.TagClassName
{
border-color: #19EBEA;
}
</style>