Shades of Medium Turquoise #59CDC3
Tints of Medium Turquoise #59CDC3
RGB
CMYK
RGB Variations
Color information
#59CDC3 (or 0x59CDC3) is known color: Medium Turquoise. HEX triplet: 59, CD and C3. RGB value is (89,205,195). Sum of RGB (Red+Green+Blue) = 89+205+195=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC3 is #A6323C. Grayscale: #A9A9A9. Windows color (decimal): -10891837 or 12832089. OLE color: 12832089.
HSL color Cylindrical-coordinate representation of color #59CDC3: hue angle of 174.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDC3 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 205 | 195 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.20 |
| HSL | 174.83º | 0.54% | 0.58% | - |
| HSV(B) | 174.83º | 0.57% | 0.8% | - |
| XYZ | 35.8 | 49.73 | 59.34 | - |
| YUV | 169.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 195 | 0.57 | 0 | 0.05 | 0.20 | 174.83 | 0.54 | 0.58 |
| Hex | 59 | CD | C3 | 39 | 0 | 5 | 14 | AF | 36 | 3A |
| Octal | 131 | 315 | 303 | 71 | 0 | 5 | 24 | 257 | 66 | 72 |
| Binary | 1011001 | 11001101 | 11000011 | 111001 | 0 | 101 | 10100 | 10101111 | 110110 | 111010 |
Color Harmonies of #59CDC3
Complementary color
Monochromatic Colors of #59CDC3
Black with #59CDC3
Text Example
Text Example
White with #59CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDC3; }
p { color: rgb(89,205,195); }
H1.HeaderClassName
{
color: #59CDC3;
}
.AnyTagClassName
{
color: #59CDC3;
}
</style>
background-color css
<style>
a { background-color: #59CDC3; }
a { background-color: rgb(89,205,195); }
div.DivClassName
{
background-color: #59CDC3;
}
.BgClassName
{
background-color: #59CDC3;
}
</style>
border-color css
<style>
span { border-color: #59CDC3; }
span { border-color: rgb(89,205,195); }
td.TdClassName
{
border-color: #59CDC3;
}
.TagClassName
{
border-color: #59CDC3;
}
</style>