Shades of Turquoise Blue #59F0E9
Tints of Turquoise Blue #59F0E9
RGB
CMYK
RGB Variations
Color information
#59F0E9 (or 0x59F0E9) is known color: Turquoise Blue. HEX triplet: 59, F0 and E9. RGB value is (89,240,233). Sum of RGB (Red+Green+Blue) = 89+240+233=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F0E9 is #A60F16. Grayscale: #C1C1C1. Windows color (decimal): -10882839 or 15331417. OLE color: 15331417.
HSL color Cylindrical-coordinate representation of color #59F0E9: hue angle of 177.22º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0E9 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 240 | 233 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.06 |
| HSL | 177.22º | 0.83% | 0.65% | - |
| HSV(B) | 177.22º | 0.63% | 0.94% | - |
| XYZ | 49.99 | 70.33 | 88.03 | - |
| YUV | 194.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 233 | 0.63 | 0 | 0.03 | 0.06 | 177.22 | 0.83 | 0.65 |
| Hex | 59 | F0 | E9 | 3F | 0 | 3 | 6 | B1 | 53 | 41 |
| Octal | 131 | 360 | 351 | 77 | 0 | 3 | 6 | 261 | 123 | 101 |
| Binary | 1011001 | 11110000 | 11101001 | 111111 | 0 | 11 | 110 | 10110001 | 1010011 | 1000001 |
Color Harmonies of #59F0E9
Complementary color
Monochromatic Colors of #59F0E9
Black with #59F0E9
Text Example
Text Example
White with #59F0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0E9; }
p { color: rgb(89,240,233); }
H1.HeaderClassName
{
color: #59F0E9;
}
.AnyTagClassName
{
color: #59F0E9;
}
</style>
background-color css
<style>
a { background-color: #59F0E9; }
a { background-color: rgb(89,240,233); }
div.DivClassName
{
background-color: #59F0E9;
}
.BgClassName
{
background-color: #59F0E9;
}
</style>
border-color css
<style>
span { border-color: #59F0E9; }
span { border-color: rgb(89,240,233); }
td.TdClassName
{
border-color: #59F0E9;
}
.TagClassName
{
border-color: #59F0E9;
}
</style>