Shades of Turquoise Blue #59EDF0
Tints of Turquoise Blue #59EDF0
RGB
CMYK
RGB Variations
Color information
#59EDF0 (or 0x59EDF0) is known color: Turquoise Blue. HEX triplet: 59, ED and F0. RGB value is (89,237,240). Sum of RGB (Red+Green+Blue) = 89+237+240=566 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.72% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #59EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDF0 is #A6120F. Grayscale: #C0C0C0. Windows color (decimal): -10883600 or 15789401. OLE color: 15789401.
HSL color Cylindrical-coordinate representation of color #59EDF0: hue angle of 181.19º 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 #59EDF0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 237 | 240 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.06 |
| HSL | 181.19º | 0.83% | 0.65% | - |
| HSV(B) | 181.19º | 0.63% | 0.94% | - |
| XYZ | 50.13 | 68.98 | 93.11 | - |
| YUV | 193.09 | 154.47 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 240 | 0.63 | 0.01 | 0 | 0.06 | 181.19 | 0.83 | 0.65 |
| Hex | 59 | ED | F0 | 3F | 1 | 0 | 6 | B5 | 53 | 41 |
| Octal | 131 | 355 | 360 | 77 | 1 | 0 | 6 | 265 | 123 | 101 |
| Binary | 1011001 | 11101101 | 11110000 | 111111 | 1 | 0 | 110 | 10110101 | 1010011 | 1000001 |
Color Harmonies of #59EDF0
Complementary color
Monochromatic Colors of #59EDF0
Black with #59EDF0
Text Example
Text Example
White with #59EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDF0; }
p { color: rgb(89,237,240); }
H1.HeaderClassName
{
color: #59EDF0;
}
.AnyTagClassName
{
color: #59EDF0;
}
</style>
background-color css
<style>
a { background-color: #59EDF0; }
a { background-color: rgb(89,237,240); }
div.DivClassName
{
background-color: #59EDF0;
}
.BgClassName
{
background-color: #59EDF0;
}
</style>
border-color css
<style>
span { border-color: #59EDF0; }
span { border-color: rgb(89,237,240); }
td.TdClassName
{
border-color: #59EDF0;
}
.TagClassName
{
border-color: #59EDF0;
}
</style>