Shades of Turquoise Blue #59D3DE
Tints of Turquoise Blue #59D3DE
RGB
CMYK
RGB Variations
Color information
#59D3DE (or 0x59D3DE) is known color: Turquoise Blue. HEX triplet: 59, D3 and DE. RGB value is (89,211,222). Sum of RGB (Red+Green+Blue) = 89+211+222=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #59D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3DE is #A62C21. Grayscale: #AFAFAF. Windows color (decimal): -10890274 or 14603097. OLE color: 14603097.
HSL color Cylindrical-coordinate representation of color #59D3DE: hue angle of 184.96º degrees, saturation: 0.67, 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 #59D3DE is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 211 | 222 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.13 |
| HSL | 184.96º | 0.67% | 0.61% | - |
| HSV(B) | 184.96º | 0.6% | 0.87% | - |
| XYZ | 40.6 | 53.99 | 77.39 | - |
| YUV | 175.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 222 | 0.60 | 0.05 | 0 | 0.13 | 184.96 | 0.67 | 0.61 |
| Hex | 59 | D3 | DE | 3C | 5 | 0 | D | B9 | 43 | 3D |
| Octal | 131 | 323 | 336 | 74 | 5 | 0 | 15 | 271 | 103 | 75 |
| Binary | 1011001 | 11010011 | 11011110 | 111100 | 101 | 0 | 1101 | 10111001 | 1000011 | 111101 |
Color Harmonies of #59D3DE
Complementary color
Monochromatic Colors of #59D3DE
Black with #59D3DE
Text Example
Text Example
White with #59D3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D3DE; }
p { color: rgb(89,211,222); }
H1.HeaderClassName
{
color: #59D3DE;
}
.AnyTagClassName
{
color: #59D3DE;
}
</style>
background-color css
<style>
a { background-color: #59D3DE; }
a { background-color: rgb(89,211,222); }
div.DivClassName
{
background-color: #59D3DE;
}
.BgClassName
{
background-color: #59D3DE;
}
</style>
border-color css
<style>
span { border-color: #59D3DE; }
span { border-color: rgb(89,211,222); }
td.TdClassName
{
border-color: #59D3DE;
}
.TagClassName
{
border-color: #59D3DE;
}
</style>