Shades of Turquoise Blue #59D5EF
Tints of Turquoise Blue #59D5EF
RGB
CMYK
RGB Variations
Color information
#59D5EF (or 0x59D5EF) is known color: Turquoise Blue. HEX triplet: 59, D5 and EF. RGB value is (89,213,239). Sum of RGB (Red+Green+Blue) = 89+213+239=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D5EF is #A62A10. Grayscale: #B2B2B2. Windows color (decimal): -10889745 or 15717721. OLE color: 15717721.
HSL color Cylindrical-coordinate representation of color #59D5EF: hue angle of 190.4º 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 #59D5EF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 213 | 239 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.06 |
| HSL | 190.4º | 0.82% | 0.64% | - |
| HSV(B) | 190.4º | 0.63% | 0.94% | - |
| XYZ | 43.49 | 55.94 | 90.17 | - |
| YUV | 178.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 239 | 0.63 | 0.11 | 0 | 0.06 | 190.4 | 0.82 | 0.64 |
| Hex | 59 | D5 | EF | 3F | B | 0 | 6 | BE | 52 | 40 |
| Octal | 131 | 325 | 357 | 77 | 13 | 0 | 6 | 276 | 122 | 100 |
| Binary | 1011001 | 11010101 | 11101111 | 111111 | 1011 | 0 | 110 | 10111110 | 1010010 | 1000000 |
Color Harmonies of #59D5EF
Complementary color
Monochromatic Colors of #59D5EF
Black with #59D5EF
Text Example
Text Example
White with #59D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5EF; }
p { color: rgb(89,213,239); }
H1.HeaderClassName
{
color: #59D5EF;
}
.AnyTagClassName
{
color: #59D5EF;
}
</style>
background-color css
<style>
a { background-color: #59D5EF; }
a { background-color: rgb(89,213,239); }
div.DivClassName
{
background-color: #59D5EF;
}
.BgClassName
{
background-color: #59D5EF;
}
</style>
border-color css
<style>
span { border-color: #59D5EF; }
span { border-color: rgb(89,213,239); }
td.TdClassName
{
border-color: #59D5EF;
}
.TagClassName
{
border-color: #59D5EF;
}
</style>