Shades of Medium Turquoise #59CECA
Tints of Medium Turquoise #59CECA
RGB
CMYK
RGB Variations
Color information
#59CECA (or 0x59CECA) is known color: Medium Turquoise. HEX triplet: 59, CE and CA. RGB value is (89,206,202). Sum of RGB (Red+Green+Blue) = 89+206+202=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #59CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CECA is #A63135. Grayscale: #AAAAAA. Windows color (decimal): -10891574 or 13291097. OLE color: 13291097.
HSL color Cylindrical-coordinate representation of color #59CECA: hue angle of 177.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CECA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 202 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.19 |
| HSL | 177.95º | 0.54% | 0.58% | - |
| HSV(B) | 177.95º | 0.57% | 0.81% | - |
| XYZ | 36.85 | 50.53 | 63.69 | - |
| YUV | 170.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 202 | 0.57 | 0 | 0.02 | 0.19 | 177.95 | 0.54 | 0.58 |
| Hex | 59 | CE | CA | 39 | 0 | 2 | 13 | B2 | 36 | 3A |
| Octal | 131 | 316 | 312 | 71 | 0 | 2 | 23 | 262 | 66 | 72 |
| Binary | 1011001 | 11001110 | 11001010 | 111001 | 0 | 10 | 10011 | 10110010 | 110110 | 111010 |
Color Harmonies of #59CECA
Complementary color
Monochromatic Colors of #59CECA
Black with #59CECA
Text Example
Text Example
White with #59CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CECA; }
p { color: rgb(89,206,202); }
H1.HeaderClassName
{
color: #59CECA;
}
.AnyTagClassName
{
color: #59CECA;
}
</style>
background-color css
<style>
a { background-color: #59CECA; }
a { background-color: rgb(89,206,202); }
div.DivClassName
{
background-color: #59CECA;
}
.BgClassName
{
background-color: #59CECA;
}
</style>
border-color css
<style>
span { border-color: #59CECA; }
span { border-color: rgb(89,206,202); }
td.TdClassName
{
border-color: #59CECA;
}
.TagClassName
{
border-color: #59CECA;
}
</style>