Shades of Turquoise Blue #59D8DD
Tints of Turquoise Blue #59D8DD
RGB
CMYK
RGB Variations
Color information
#59D8DD (or 0x59D8DD) is known color: Turquoise Blue. HEX triplet: 59, D8 and DD. RGB value is (89,216,221). Sum of RGB (Red+Green+Blue) = 89+216+221=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #59D8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8DD is #A62722. Grayscale: #B2B2B2. Windows color (decimal): -10888995 or 14538841. OLE color: 14538841.
HSL color Cylindrical-coordinate representation of color #59D8DD: hue angle of 182.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59D8DD is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 216 | 221 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.13 |
| HSL | 182.27º | 0.66% | 0.61% | - |
| HSV(B) | 182.27º | 0.6% | 0.87% | - |
| XYZ | 41.73 | 56.46 | 77.1 | - |
| YUV | 178.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 216 | 221 | 0.60 | 0.02 | 0 | 0.13 | 182.27 | 0.66 | 0.61 |
| Hex | 59 | D8 | DD | 3C | 2 | 0 | D | B6 | 42 | 3D |
| Octal | 131 | 330 | 335 | 74 | 2 | 0 | 15 | 266 | 102 | 75 |
| Binary | 1011001 | 11011000 | 11011101 | 111100 | 10 | 0 | 1101 | 10110110 | 1000010 | 111101 |
Color Harmonies of #59D8DD
Complementary color
Monochromatic Colors of #59D8DD
Black with #59D8DD
Text Example
Text Example
White with #59D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D8DD; }
p { color: rgb(89,216,221); }
H1.HeaderClassName
{
color: #59D8DD;
}
.AnyTagClassName
{
color: #59D8DD;
}
</style>
background-color css
<style>
a { background-color: #59D8DD; }
a { background-color: rgb(89,216,221); }
div.DivClassName
{
background-color: #59D8DD;
}
.BgClassName
{
background-color: #59D8DD;
}
</style>
border-color css
<style>
span { border-color: #59D8DD; }
span { border-color: rgb(89,216,221); }
td.TdClassName
{
border-color: #59D8DD;
}
.TagClassName
{
border-color: #59D8DD;
}
</style>