Shades of Medium Turquoise #59CDD6
Tints of Medium Turquoise #59CDD6
RGB
CMYK
RGB Variations
Color information
#59CDD6 (or 0x59CDD6) is known color: Medium Turquoise. HEX triplet: 59, CD and D6. RGB value is (89,205,214). Sum of RGB (Red+Green+Blue) = 89+205+214=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #59CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDD6 is #A63229. Grayscale: #ABABAB. Windows color (decimal): -10891818 or 14077273. OLE color: 14077273.
HSL color Cylindrical-coordinate representation of color #59CDD6: hue angle of 184.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59CDD6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 205 | 214 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.16 |
| HSL | 184.32º | 0.6% | 0.59% | - |
| HSV(B) | 184.32º | 0.58% | 0.84% | - |
| XYZ | 38.09 | 50.64 | 71.39 | - |
| YUV | 171.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 214 | 0.58 | 0.04 | 0 | 0.16 | 184.32 | 0.6 | 0.59 |
| Hex | 59 | CD | D6 | 3A | 4 | 0 | 10 | B8 | 3C | 3B |
| Octal | 131 | 315 | 326 | 72 | 4 | 0 | 20 | 270 | 74 | 73 |
| Binary | 1011001 | 11001101 | 11010110 | 111010 | 100 | 0 | 10000 | 10111000 | 111100 | 111011 |
Color Harmonies of #59CDD6
Complementary color
Monochromatic Colors of #59CDD6
Black with #59CDD6
Text Example
Text Example
White with #59CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDD6; }
p { color: rgb(89,205,214); }
H1.HeaderClassName
{
color: #59CDD6;
}
.AnyTagClassName
{
color: #59CDD6;
}
</style>
background-color css
<style>
a { background-color: #59CDD6; }
a { background-color: rgb(89,205,214); }
div.DivClassName
{
background-color: #59CDD6;
}
.BgClassName
{
background-color: #59CDD6;
}
</style>
border-color css
<style>
span { border-color: #59CDD6; }
span { border-color: rgb(89,205,214); }
td.TdClassName
{
border-color: #59CDD6;
}
.TagClassName
{
border-color: #59CDD6;
}
</style>