Shades of Turquoise #59EDD8
Tints of Turquoise #59EDD8
RGB
CMYK
RGB Variations
Color information
#59EDD8 (or 0x59EDD8) is known color: Turquoise. HEX triplet: 59, ED and D8. RGB value is (89,237,216). Sum of RGB (Red+Green+Blue) = 89+237+216=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDD8 is #A61227. Grayscale: #BEBEBE. Windows color (decimal): -10883624 or 14216537. OLE color: 14216537.
HSL color Cylindrical-coordinate representation of color #59EDD8: hue angle of 171.49º 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 #59EDD8 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 216 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.07 |
| HSL | 171.49º | 0.8% | 0.64% | - |
| HSV(B) | 171.49º | 0.62% | 0.93% | - |
| XYZ | 46.8 | 67.65 | 75.56 | - |
| YUV | 190.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 216 | 0.62 | 0 | 0.09 | 0.07 | 171.49 | 0.8 | 0.64 |
| Hex | 59 | ED | D8 | 3E | 0 | 9 | 7 | AB | 50 | 40 |
| Octal | 131 | 355 | 330 | 76 | 0 | 11 | 7 | 253 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11011000 | 111110 | 0 | 1001 | 111 | 10101011 | 1010000 | 1000000 |
Color Harmonies of #59EDD8
Complementary color
Monochromatic Colors of #59EDD8
Black with #59EDD8
Text Example
Text Example
White with #59EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDD8; }
p { color: rgb(89,237,216); }
H1.HeaderClassName
{
color: #59EDD8;
}
.AnyTagClassName
{
color: #59EDD8;
}
</style>
background-color css
<style>
a { background-color: #59EDD8; }
a { background-color: rgb(89,237,216); }
div.DivClassName
{
background-color: #59EDD8;
}
.BgClassName
{
background-color: #59EDD8;
}
</style>
border-color css
<style>
span { border-color: #59EDD8; }
span { border-color: rgb(89,237,216); }
td.TdClassName
{
border-color: #59EDD8;
}
.TagClassName
{
border-color: #59EDD8;
}
</style>