Shades of Turquoise #59EDD3
Tints of Turquoise #59EDD3
RGB
CMYK
RGB Variations
Color information
#59EDD3 (or 0x59EDD3) is known color: Turquoise. HEX triplet: 59, ED and D3. RGB value is (89,237,211). Sum of RGB (Red+Green+Blue) = 89+237+211=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDD3 is #A6122C. Grayscale: #BDBDBD. Windows color (decimal): -10883629 or 13888857. OLE color: 13888857.
HSL color Cylindrical-coordinate representation of color #59EDD3: hue angle of 169.46º 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 #59EDD3 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 211 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.07 |
| HSL | 169.46º | 0.8% | 0.64% | - |
| HSV(B) | 169.46º | 0.62% | 0.93% | - |
| XYZ | 46.16 | 67.4 | 72.2 | - |
| YUV | 189.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 211 | 0.62 | 0 | 0.11 | 0.07 | 169.46 | 0.8 | 0.64 |
| Hex | 59 | ED | D3 | 3E | 0 | B | 7 | A9 | 50 | 40 |
| Octal | 131 | 355 | 323 | 76 | 0 | 13 | 7 | 251 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11010011 | 111110 | 0 | 1011 | 111 | 10101001 | 1010000 | 1000000 |
Color Harmonies of #59EDD3
Complementary color
Monochromatic Colors of #59EDD3
Black with #59EDD3
Text Example
Text Example
White with #59EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDD3; }
p { color: rgb(89,237,211); }
H1.HeaderClassName
{
color: #59EDD3;
}
.AnyTagClassName
{
color: #59EDD3;
}
</style>
background-color css
<style>
a { background-color: #59EDD3; }
a { background-color: rgb(89,237,211); }
div.DivClassName
{
background-color: #59EDD3;
}
.BgClassName
{
background-color: #59EDD3;
}
</style>
border-color css
<style>
span { border-color: #59EDD3; }
span { border-color: rgb(89,237,211); }
td.TdClassName
{
border-color: #59EDD3;
}
.TagClassName
{
border-color: #59EDD3;
}
</style>