Shades of Turquoise Blue #59E5E9
Tints of Turquoise Blue #59E5E9
RGB
CMYK
RGB Variations
Color information
#59E5E9 (or 0x59E5E9) is known color: Turquoise Blue. HEX triplet: 59, E5 and E9. RGB value is (89,229,233). Sum of RGB (Red+Green+Blue) = 89+229+233=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #59E5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E5E9 is #A61A16. Grayscale: #BBBBBB. Windows color (decimal): -10885655 or 15328601. OLE color: 15328601.
HSL color Cylindrical-coordinate representation of color #59E5E9: hue angle of 181.67º 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 #59E5E9 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 229 | 233 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.09 |
| HSL | 181.67º | 0.77% | 0.63% | - |
| HSV(B) | 181.67º | 0.62% | 0.91% | - |
| XYZ | 46.85 | 64.05 | 86.98 | - |
| YUV | 187.6 | 153.62 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 233 | 0.62 | 0.02 | 0 | 0.09 | 181.67 | 0.77 | 0.63 |
| Hex | 59 | E5 | E9 | 3E | 2 | 0 | 9 | B6 | 4D | 3F |
| Octal | 131 | 345 | 351 | 76 | 2 | 0 | 11 | 266 | 115 | 77 |
| Binary | 1011001 | 11100101 | 11101001 | 111110 | 10 | 0 | 1001 | 10110110 | 1001101 | 111111 |
Color Harmonies of #59E5E9
Complementary color
Monochromatic Colors of #59E5E9
Black with #59E5E9
Text Example
Text Example
White with #59E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5E9; }
p { color: rgb(89,229,233); }
H1.HeaderClassName
{
color: #59E5E9;
}
.AnyTagClassName
{
color: #59E5E9;
}
</style>
background-color css
<style>
a { background-color: #59E5E9; }
a { background-color: rgb(89,229,233); }
div.DivClassName
{
background-color: #59E5E9;
}
.BgClassName
{
background-color: #59E5E9;
}
</style>
border-color css
<style>
span { border-color: #59E5E9; }
span { border-color: rgb(89,229,233); }
td.TdClassName
{
border-color: #59E5E9;
}
.TagClassName
{
border-color: #59E5E9;
}
</style>