Shades of Medium Turquoise #59CED3
Tints of Medium Turquoise #59CED3
RGB
CMYK
RGB Variations
Color information
#59CED3 (or 0x59CED3) is known color: Medium Turquoise. HEX triplet: 59, CE and D3. RGB value is (89,206,211). Sum of RGB (Red+Green+Blue) = 89+206+211=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #59CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CED3 is #A6312C. Grayscale: #ABABAB. Windows color (decimal): -10891565 or 13880921. OLE color: 13880921.
HSL color Cylindrical-coordinate representation of color #59CED3: hue angle of 182.46º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59CED3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 206 | 211 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.17 |
| HSL | 182.46º | 0.58% | 0.59% | - |
| HSV(B) | 182.46º | 0.58% | 0.83% | - |
| XYZ | 37.95 | 50.97 | 69.47 | - |
| YUV | 171.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 211 | 0.58 | 0.02 | 0 | 0.17 | 182.46 | 0.58 | 0.59 |
| Hex | 59 | CE | D3 | 3A | 2 | 0 | 11 | B6 | 3A | 3B |
| Octal | 131 | 316 | 323 | 72 | 2 | 0 | 21 | 266 | 72 | 73 |
| Binary | 1011001 | 11001110 | 11010011 | 111010 | 10 | 0 | 10001 | 10110110 | 111010 | 111011 |
Color Harmonies of #59CED3
Complementary color
Monochromatic Colors of #59CED3
Black with #59CED3
Text Example
Text Example
White with #59CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CED3; }
p { color: rgb(89,206,211); }
H1.HeaderClassName
{
color: #59CED3;
}
.AnyTagClassName
{
color: #59CED3;
}
</style>
background-color css
<style>
a { background-color: #59CED3; }
a { background-color: rgb(89,206,211); }
div.DivClassName
{
background-color: #59CED3;
}
.BgClassName
{
background-color: #59CED3;
}
</style>
border-color css
<style>
span { border-color: #59CED3; }
span { border-color: rgb(89,206,211); }
td.TdClassName
{
border-color: #59CED3;
}
.TagClassName
{
border-color: #59CED3;
}
</style>