Shades of Turquoise #59EDDD
Tints of Turquoise #59EDDD
RGB
CMYK
RGB Variations
Color information
#59EDDD (or 0x59EDDD) is known color: Turquoise. HEX triplet: 59, ED and DD. RGB value is (89,237,221). Sum of RGB (Red+Green+Blue) = 89+237+221=547 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.27% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDDD is #A61222. Grayscale: #BEBEBE. Windows color (decimal): -10883619 or 14544217. OLE color: 14544217.
HSL color Cylindrical-coordinate representation of color #59EDDD: hue angle of 173.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDDD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 221 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.07 |
| HSL | 173.51º | 0.8% | 0.64% | - |
| HSV(B) | 173.51º | 0.62% | 0.93% | - |
| XYZ | 47.46 | 67.91 | 79.01 | - |
| YUV | 190.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 221 | 0.62 | 0 | 0.07 | 0.07 | 173.51 | 0.8 | 0.64 |
| Hex | 59 | ED | DD | 3E | 0 | 7 | 7 | AE | 50 | 40 |
| Octal | 131 | 355 | 335 | 76 | 0 | 7 | 7 | 256 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11011101 | 111110 | 0 | 111 | 111 | 10101110 | 1010000 | 1000000 |
Color Harmonies of #59EDDD
Complementary color
Monochromatic Colors of #59EDDD
Black with #59EDDD
Text Example
Text Example
White with #59EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDDD; }
p { color: rgb(89,237,221); }
H1.HeaderClassName
{
color: #59EDDD;
}
.AnyTagClassName
{
color: #59EDDD;
}
</style>
background-color css
<style>
a { background-color: #59EDDD; }
a { background-color: rgb(89,237,221); }
div.DivClassName
{
background-color: #59EDDD;
}
.BgClassName
{
background-color: #59EDDD;
}
</style>
border-color css
<style>
span { border-color: #59EDDD; }
span { border-color: rgb(89,237,221); }
td.TdClassName
{
border-color: #59EDDD;
}
.TagClassName
{
border-color: #59EDDD;
}
</style>