Shades of Medium Turquoise #59CED0
Tints of Medium Turquoise #59CED0
RGB
CMYK
RGB Variations
Color information
#59CED0 (or 0x59CED0) is known color: Medium Turquoise. HEX triplet: 59, CE and D0. RGB value is (89,206,208). Sum of RGB (Red+Green+Blue) = 89+206+208=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #59CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CED0 is #A6312F. Grayscale: #ABABAB. Windows color (decimal): -10891568 or 13684313. OLE color: 13684313.
HSL color Cylindrical-coordinate representation of color #59CED0: hue angle of 181.01º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CED0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 206 | 208 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.18 |
| HSL | 181.01º | 0.56% | 0.58% | - |
| HSV(B) | 181.01º | 0.57% | 0.82% | - |
| XYZ | 37.58 | 50.82 | 67.5 | - |
| YUV | 171.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 208 | 0.57 | 0.01 | 0 | 0.18 | 181.01 | 0.56 | 0.58 |
| Hex | 59 | CE | D0 | 39 | 1 | 0 | 12 | B5 | 38 | 3A |
| Octal | 131 | 316 | 320 | 71 | 1 | 0 | 22 | 265 | 70 | 72 |
| Binary | 1011001 | 11001110 | 11010000 | 111001 | 1 | 0 | 10010 | 10110101 | 111000 | 111010 |
Color Harmonies of #59CED0
Complementary color
Monochromatic Colors of #59CED0
Black with #59CED0
Text Example
Text Example
White with #59CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CED0; }
p { color: rgb(89,206,208); }
H1.HeaderClassName
{
color: #59CED0;
}
.AnyTagClassName
{
color: #59CED0;
}
</style>
background-color css
<style>
a { background-color: #59CED0; }
a { background-color: rgb(89,206,208); }
div.DivClassName
{
background-color: #59CED0;
}
.BgClassName
{
background-color: #59CED0;
}
</style>
border-color css
<style>
span { border-color: #59CED0; }
span { border-color: rgb(89,206,208); }
td.TdClassName
{
border-color: #59CED0;
}
.TagClassName
{
border-color: #59CED0;
}
</style>