Shades of Medium Turquoise #59CECB
Tints of Medium Turquoise #59CECB
RGB
CMYK
RGB Variations
Color information
#59CECB (or 0x59CECB) is known color: Medium Turquoise. HEX triplet: 59, CE and CB. RGB value is (89,206,203). Sum of RGB (Red+Green+Blue) = 89+206+203=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #59CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CECB is #A63134. Grayscale: #AAAAAA. Windows color (decimal): -10891573 or 13356633. OLE color: 13356633.
HSL color Cylindrical-coordinate representation of color #59CECB: hue angle of 178.46º 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 #59CECB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 203 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.19 |
| HSL | 178.46º | 0.54% | 0.58% | - |
| HSV(B) | 178.46º | 0.57% | 0.81% | - |
| XYZ | 36.97 | 50.58 | 64.31 | - |
| YUV | 170.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 203 | 0.57 | 0 | 0.01 | 0.19 | 178.46 | 0.54 | 0.58 |
| Hex | 59 | CE | CB | 39 | 0 | 1 | 13 | B2 | 36 | 3A |
| Octal | 131 | 316 | 313 | 71 | 0 | 1 | 23 | 262 | 66 | 72 |
| Binary | 1011001 | 11001110 | 11001011 | 111001 | 0 | 1 | 10011 | 10110010 | 110110 | 111010 |
Color Harmonies of #59CECB
Complementary color
Monochromatic Colors of #59CECB
Black with #59CECB
Text Example
Text Example
White with #59CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CECB; }
p { color: rgb(89,206,203); }
H1.HeaderClassName
{
color: #59CECB;
}
.AnyTagClassName
{
color: #59CECB;
}
</style>
background-color css
<style>
a { background-color: #59CECB; }
a { background-color: rgb(89,206,203); }
div.DivClassName
{
background-color: #59CECB;
}
.BgClassName
{
background-color: #59CECB;
}
</style>
border-color css
<style>
span { border-color: #59CECB; }
span { border-color: rgb(89,206,203); }
td.TdClassName
{
border-color: #59CECB;
}
.TagClassName
{
border-color: #59CECB;
}
</style>