Shades of Turquoise Blue #59E5DD
Tints of Turquoise Blue #59E5DD
RGB
CMYK
RGB Variations
Color information
#59E5DD (or 0x59E5DD) is known color: Turquoise Blue. HEX triplet: 59, E5 and DD. RGB value is (89,229,221). Sum of RGB (Red+Green+Blue) = 89+229+221=539 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.51% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5DD is #A61A22. Grayscale: #BABABA. Windows color (decimal): -10885667 or 14542169. OLE color: 14542169.
HSL color Cylindrical-coordinate representation of color #59E5DD: hue angle of 176.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5DD is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 221 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.10 |
| HSL | 176.57º | 0.73% | 0.62% | - |
| HSV(B) | 176.57º | 0.61% | 0.9% | - |
| XYZ | 45.19 | 63.38 | 78.26 | - |
| YUV | 186.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 221 | 0.61 | 0 | 0.03 | 0.10 | 176.57 | 0.73 | 0.62 |
| Hex | 59 | E5 | DD | 3D | 0 | 3 | A | B1 | 49 | 3E |
| Octal | 131 | 345 | 335 | 75 | 0 | 3 | 12 | 261 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11011101 | 111101 | 0 | 11 | 1010 | 10110001 | 1001001 | 111110 |
Color Harmonies of #59E5DD
Complementary color
Monochromatic Colors of #59E5DD
Black with #59E5DD
Text Example
Text Example
White with #59E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5DD; }
p { color: rgb(89,229,221); }
H1.HeaderClassName
{
color: #59E5DD;
}
.AnyTagClassName
{
color: #59E5DD;
}
</style>
background-color css
<style>
a { background-color: #59E5DD; }
a { background-color: rgb(89,229,221); }
div.DivClassName
{
background-color: #59E5DD;
}
.BgClassName
{
background-color: #59E5DD;
}
</style>
border-color css
<style>
span { border-color: #59E5DD; }
span { border-color: rgb(89,229,221); }
td.TdClassName
{
border-color: #59E5DD;
}
.TagClassName
{
border-color: #59E5DD;
}
</style>