Shades of Medium Turquoise #59E1CA
Tints of Medium Turquoise #59E1CA
RGB
CMYK
RGB Variations
Color information
#59E1CA (or 0x59E1CA) is known color: Medium Turquoise. HEX triplet: 59, E1 and CA. RGB value is (89,225,202). Sum of RGB (Red+Green+Blue) = 89+225+202=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1CA is #A61E35. Grayscale: #B5B5B5. Windows color (decimal): -10886710 or 13295961. OLE color: 13295961.
HSL color Cylindrical-coordinate representation of color #59E1CA: hue angle of 169.85º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E1CA is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 225 | 202 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.12 |
| HSL | 169.85º | 0.69% | 0.62% | - |
| HSV(B) | 169.85º | 0.6% | 0.88% | - |
| XYZ | 41.71 | 60.24 | 65.31 | - |
| YUV | 181.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 202 | 0.60 | 0 | 0.10 | 0.12 | 169.85 | 0.69 | 0.62 |
| Hex | 59 | E1 | CA | 3C | 0 | A | C | AA | 45 | 3E |
| Octal | 131 | 341 | 312 | 74 | 0 | 12 | 14 | 252 | 105 | 76 |
| Binary | 1011001 | 11100001 | 11001010 | 111100 | 0 | 1010 | 1100 | 10101010 | 1000101 | 111110 |
Color Harmonies of #59E1CA
Complementary color
Monochromatic Colors of #59E1CA
Black with #59E1CA
Text Example
Text Example
White with #59E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E1CA; }
p { color: rgb(89,225,202); }
H1.HeaderClassName
{
color: #59E1CA;
}
.AnyTagClassName
{
color: #59E1CA;
}
</style>
background-color css
<style>
a { background-color: #59E1CA; }
a { background-color: rgb(89,225,202); }
div.DivClassName
{
background-color: #59E1CA;
}
.BgClassName
{
background-color: #59E1CA;
}
</style>
border-color css
<style>
span { border-color: #59E1CA; }
span { border-color: rgb(89,225,202); }
td.TdClassName
{
border-color: #59E1CA;
}
.TagClassName
{
border-color: #59E1CA;
}
</style>