Shades of Turquoise Blue #59D2EF
Tints of Turquoise Blue #59D2EF
RGB
CMYK
RGB Variations
Color information
#59D2EF (or 0x59D2EF) is known color: Turquoise Blue. HEX triplet: 59, D2 and EF. RGB value is (89,210,239). Sum of RGB (Red+Green+Blue) = 89+210+239=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D2EF is #A62D10. Grayscale: #B0B0B0. Windows color (decimal): -10890513 or 15716953. OLE color: 15716953.
HSL color Cylindrical-coordinate representation of color #59D2EF: hue angle of 191.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59D2EF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 210 | 239 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.06 |
| HSL | 191.6º | 0.82% | 0.64% | - |
| HSV(B) | 191.6º | 0.63% | 0.94% | - |
| XYZ | 42.75 | 54.45 | 89.92 | - |
| YUV | 177.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 210 | 239 | 0.63 | 0.12 | 0 | 0.06 | 191.6 | 0.82 | 0.64 |
| Hex | 59 | D2 | EF | 3F | C | 0 | 6 | C0 | 52 | 40 |
| Octal | 131 | 322 | 357 | 77 | 14 | 0 | 6 | 300 | 122 | 100 |
| Binary | 1011001 | 11010010 | 11101111 | 111111 | 1100 | 0 | 110 | 11000000 | 1010010 | 1000000 |
Color Harmonies of #59D2EF
Complementary color
Monochromatic Colors of #59D2EF
Black with #59D2EF
Text Example
Text Example
White with #59D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D2EF; }
p { color: rgb(89,210,239); }
H1.HeaderClassName
{
color: #59D2EF;
}
.AnyTagClassName
{
color: #59D2EF;
}
</style>
background-color css
<style>
a { background-color: #59D2EF; }
a { background-color: rgb(89,210,239); }
div.DivClassName
{
background-color: #59D2EF;
}
.BgClassName
{
background-color: #59D2EF;
}
</style>
border-color css
<style>
span { border-color: #59D2EF; }
span { border-color: rgb(89,210,239); }
td.TdClassName
{
border-color: #59D2EF;
}
.TagClassName
{
border-color: #59D2EF;
}
</style>