Shades of Turquoise #59EDC5
Tints of Turquoise #59EDC5
RGB
CMYK
RGB Variations
Color information
#59EDC5 (or 0x59EDC5) is known color: Turquoise. HEX triplet: 59, ED and C5. RGB value is (89,237,197). Sum of RGB (Red+Green+Blue) = 89+237+197=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDC5 is #A6123A. Grayscale: #BCBCBC. Windows color (decimal): -10883643 or 12971353. OLE color: 12971353.
HSL color Cylindrical-coordinate representation of color #59EDC5: hue angle of 163.78º 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 #59EDC5 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 237 | 197 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.07 |
| HSL | 163.78º | 0.8% | 0.64% | - |
| HSV(B) | 163.78º | 0.62% | 0.93% | - |
| XYZ | 44.48 | 66.72 | 63.36 | - |
| YUV | 188.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 237 | 197 | 0.62 | 0 | 0.17 | 0.07 | 163.78 | 0.8 | 0.64 |
| Hex | 59 | ED | C5 | 3E | 0 | 11 | 7 | A4 | 50 | 40 |
| Octal | 131 | 355 | 305 | 76 | 0 | 21 | 7 | 244 | 120 | 100 |
| Binary | 1011001 | 11101101 | 11000101 | 111110 | 0 | 10001 | 111 | 10100100 | 1010000 | 1000000 |
Color Harmonies of #59EDC5
Complementary color
Monochromatic Colors of #59EDC5
Black with #59EDC5
Text Example
Text Example
White with #59EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EDC5; }
p { color: rgb(89,237,197); }
H1.HeaderClassName
{
color: #59EDC5;
}
.AnyTagClassName
{
color: #59EDC5;
}
</style>
background-color css
<style>
a { background-color: #59EDC5; }
a { background-color: rgb(89,237,197); }
div.DivClassName
{
background-color: #59EDC5;
}
.BgClassName
{
background-color: #59EDC5;
}
</style>
border-color css
<style>
span { border-color: #59EDC5; }
span { border-color: rgb(89,237,197); }
td.TdClassName
{
border-color: #59EDC5;
}
.TagClassName
{
border-color: #59EDC5;
}
</style>