Shades of Bright Turquoise #19EBED
Tints of Bright Turquoise #19EBED
RGB
CMYK
RGB Variations
Color information
#19EBED (or 0x19EBED) is known color: Bright Turquoise. HEX triplet: 19, EB and ED. RGB value is (25,235,237). Sum of RGB (Red+Green+Blue) = 25+235+237=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #19EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBED is #E61412. Grayscale: #ACACAC. Windows color (decimal): -15078419 or 15592217. OLE color: 15592217.
HSL color Cylindrical-coordinate representation of color #19EBED: hue angle of 180.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EBED is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 235 | 237 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.07 |
| HSL | 180.57º | 0.85% | 0.51% | - |
| HSV(B) | 180.57º | 0.89% | 0.93% | - |
| XYZ | 45.4 | 65.74 | 90.42 | - |
| YUV | 172.44 | 164.43 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 237 | 0.89 | 0.01 | 0 | 0.07 | 180.57 | 0.85 | 0.51 |
| Hex | 19 | EB | ED | 59 | 1 | 0 | 7 | B5 | 55 | 33 |
| Octal | 31 | 353 | 355 | 131 | 1 | 0 | 7 | 265 | 125 | 63 |
| Binary | 11001 | 11101011 | 11101101 | 1011001 | 1 | 0 | 111 | 10110101 | 1010101 | 110011 |
Color Harmonies of #19EBED
Complementary color
Monochromatic Colors of #19EBED
Black with #19EBED
Text Example
Text Example
White with #19EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EBED; }
p { color: rgb(25,235,237); }
H1.HeaderClassName
{
color: #19EBED;
}
.AnyTagClassName
{
color: #19EBED;
}
</style>
background-color css
<style>
a { background-color: #19EBED; }
a { background-color: rgb(25,235,237); }
div.DivClassName
{
background-color: #19EBED;
}
.BgClassName
{
background-color: #19EBED;
}
</style>
border-color css
<style>
span { border-color: #19EBED; }
span { border-color: rgb(25,235,237); }
td.TdClassName
{
border-color: #19EBED;
}
.TagClassName
{
border-color: #19EBED;
}
</style>