Shades of Medium Turquoise #59CECE
Tints of Medium Turquoise #59CECE
RGB
CMYK
RGB Variations
Color information
#59CECE (or 0x59CECE) is known color: Medium Turquoise. HEX triplet: 59, CE and CE. RGB value is (89,206,206). Sum of RGB (Red+Green+Blue) = 89+206+206=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #59CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CECE is #A63131. Grayscale: #AAAAAA. Windows color (decimal): -10891570 or 13553241. OLE color: 13553241.
HSL color Cylindrical-coordinate representation of color #59CECE: hue angle of 180º 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 #59CECE is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 206 | - |
| CMYK | 0.57 | 0 | 0 | 0.19 |
| HSL | 180º | 0.54% | 0.58% | - |
| HSV(B) | 180º | 0.57% | 0.81% | - |
| XYZ | 37.33 | 50.72 | 66.22 | - |
| YUV | 171.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 206 | 0.57 | 0 | 0 | 0.19 | 180 | 0.54 | 0.58 |
| Hex | 59 | CE | CE | 39 | 0 | 0 | 13 | B4 | 36 | 3A |
| Octal | 131 | 316 | 316 | 71 | 0 | 0 | 23 | 264 | 66 | 72 |
| Binary | 1011001 | 11001110 | 11001110 | 111001 | 0 | 0 | 10011 | 10110100 | 110110 | 111010 |
Color Harmonies of #59CECE
Complementary color
Monochromatic Colors of #59CECE
Black with #59CECE
Text Example
Text Example
White with #59CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CECE; }
p { color: rgb(89,206,206); }
H1.HeaderClassName
{
color: #59CECE;
}
.AnyTagClassName
{
color: #59CECE;
}
</style>
background-color css
<style>
a { background-color: #59CECE; }
a { background-color: rgb(89,206,206); }
div.DivClassName
{
background-color: #59CECE;
}
.BgClassName
{
background-color: #59CECE;
}
</style>
border-color css
<style>
span { border-color: #59CECE; }
span { border-color: rgb(89,206,206); }
td.TdClassName
{
border-color: #59CECE;
}
.TagClassName
{
border-color: #59CECE;
}
</style>