Shades of Turquoise Blue #59E2E9
Tints of Turquoise Blue #59E2E9
RGB
CMYK
RGB Variations
Color information
#59E2E9 (or 0x59E2E9) is known color: Turquoise Blue. HEX triplet: 59, E2 and E9. RGB value is (89,226,233). Sum of RGB (Red+Green+Blue) = 89+226+233=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #59E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E2E9 is #A61D16. Grayscale: #B9B9B9. Windows color (decimal): -10886423 or 15327833. OLE color: 15327833.
HSL color Cylindrical-coordinate representation of color #59E2E9: hue angle of 182.92º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E2E9 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 226 | 233 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.09 |
| HSL | 182.92º | 0.77% | 0.63% | - |
| HSV(B) | 182.92º | 0.62% | 0.91% | - |
| XYZ | 46.02 | 62.4 | 86.71 | - |
| YUV | 185.84 | 154.61 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 233 | 0.62 | 0.03 | 0 | 0.09 | 182.92 | 0.77 | 0.63 |
| Hex | 59 | E2 | E9 | 3E | 3 | 0 | 9 | B7 | 4D | 3F |
| Octal | 131 | 342 | 351 | 76 | 3 | 0 | 11 | 267 | 115 | 77 |
| Binary | 1011001 | 11100010 | 11101001 | 111110 | 11 | 0 | 1001 | 10110111 | 1001101 | 111111 |
Color Harmonies of #59E2E9
Complementary color
Monochromatic Colors of #59E2E9
Black with #59E2E9
Text Example
Text Example
White with #59E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E2E9; }
p { color: rgb(89,226,233); }
H1.HeaderClassName
{
color: #59E2E9;
}
.AnyTagClassName
{
color: #59E2E9;
}
</style>
background-color css
<style>
a { background-color: #59E2E9; }
a { background-color: rgb(89,226,233); }
div.DivClassName
{
background-color: #59E2E9;
}
.BgClassName
{
background-color: #59E2E9;
}
</style>
border-color css
<style>
span { border-color: #59E2E9; }
span { border-color: rgb(89,226,233); }
td.TdClassName
{
border-color: #59E2E9;
}
.TagClassName
{
border-color: #59E2E9;
}
</style>