Shades of Turquoise Blue #59EBE2
Tints of Turquoise Blue #59EBE2
RGB
CMYK
RGB Variations
Color information
#59EBE2 (or 0x59EBE2) is known color: Turquoise Blue. HEX triplet: 59, EB and E2. RGB value is (89,235,226). Sum of RGB (Red+Green+Blue) = 89+235+226=550 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.18% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EBE2 is #A6141D. Grayscale: #BEBEBE. Windows color (decimal): -10884126 or 14871385. OLE color: 14871385.
HSL color Cylindrical-coordinate representation of color #59EBE2: hue angle of 176.3º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EBE2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 235 | 226 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.08 |
| HSL | 176.3º | 0.78% | 0.64% | - |
| HSV(B) | 176.3º | 0.62% | 0.92% | - |
| XYZ | 47.56 | 67.03 | 82.38 | - |
| YUV | 190.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 235 | 226 | 0.62 | 0 | 0.04 | 0.08 | 176.3 | 0.78 | 0.64 |
| Hex | 59 | EB | E2 | 3E | 0 | 4 | 8 | B0 | 4E | 40 |
| Octal | 131 | 353 | 342 | 76 | 0 | 4 | 10 | 260 | 116 | 100 |
| Binary | 1011001 | 11101011 | 11100010 | 111110 | 0 | 100 | 1000 | 10110000 | 1001110 | 1000000 |
Color Harmonies of #59EBE2
Complementary color
Monochromatic Colors of #59EBE2
Black with #59EBE2
Text Example
Text Example
White with #59EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EBE2; }
p { color: rgb(89,235,226); }
H1.HeaderClassName
{
color: #59EBE2;
}
.AnyTagClassName
{
color: #59EBE2;
}
</style>
background-color css
<style>
a { background-color: #59EBE2; }
a { background-color: rgb(89,235,226); }
div.DivClassName
{
background-color: #59EBE2;
}
.BgClassName
{
background-color: #59EBE2;
}
</style>
border-color css
<style>
span { border-color: #59EBE2; }
span { border-color: rgb(89,235,226); }
td.TdClassName
{
border-color: #59EBE2;
}
.TagClassName
{
border-color: #59EBE2;
}
</style>