Shades of Turquoise Blue #59E4E2
Tints of Turquoise Blue #59E4E2
RGB
CMYK
RGB Variations
Color information
#59E4E2 (or 0x59E4E2) is known color: Turquoise Blue. HEX triplet: 59, E4 and E2. RGB value is (89,228,226). Sum of RGB (Red+Green+Blue) = 89+228+226=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #59E4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E4E2 is #A61B1D. Grayscale: #BABABA. Windows color (decimal): -10885918 or 14869593. OLE color: 14869593.
HSL color Cylindrical-coordinate representation of color #59E4E2: hue angle of 179.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E4E2 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 228 | 226 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.11 |
| HSL | 179.14º | 0.72% | 0.62% | - |
| HSV(B) | 179.14º | 0.61% | 0.89% | - |
| XYZ | 45.59 | 63.1 | 81.73 | - |
| YUV | 186.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 228 | 226 | 0.61 | 0 | 0.01 | 0.11 | 179.14 | 0.72 | 0.62 |
| Hex | 59 | E4 | E2 | 3D | 0 | 1 | B | B3 | 48 | 3E |
| Octal | 131 | 344 | 342 | 75 | 0 | 1 | 13 | 263 | 110 | 76 |
| Binary | 1011001 | 11100100 | 11100010 | 111101 | 0 | 1 | 1011 | 10110011 | 1001000 | 111110 |
Color Harmonies of #59E4E2
Complementary color
Monochromatic Colors of #59E4E2
Black with #59E4E2
Text Example
Text Example
White with #59E4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E4E2; }
p { color: rgb(89,228,226); }
H1.HeaderClassName
{
color: #59E4E2;
}
.AnyTagClassName
{
color: #59E4E2;
}
</style>
background-color css
<style>
a { background-color: #59E4E2; }
a { background-color: rgb(89,228,226); }
div.DivClassName
{
background-color: #59E4E2;
}
.BgClassName
{
background-color: #59E4E2;
}
</style>
border-color css
<style>
span { border-color: #59E4E2; }
span { border-color: rgb(89,228,226); }
td.TdClassName
{
border-color: #59E4E2;
}
.TagClassName
{
border-color: #59E4E2;
}
</style>