Shades of Medium Turquoise #59CDCD
Tints of Medium Turquoise #59CDCD
RGB
CMYK
RGB Variations
Color information
#59CDCD (or 0x59CDCD) is known color: Medium Turquoise. HEX triplet: 59, CD and CD. RGB value is (89,205,205). Sum of RGB (Red+Green+Blue) = 89+205+205=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #59CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDCD is #A63232. Grayscale: #AAAAAA. Windows color (decimal): -10891827 or 13487449. OLE color: 13487449.
HSL color Cylindrical-coordinate representation of color #59CDCD: hue angle of 180º 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 #59CDCD is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 205 | 205 | - |
| CMYK | 0.57 | 0 | 0 | 0.20 |
| HSL | 180º | 0.54% | 0.58% | - |
| HSV(B) | 180º | 0.57% | 0.8% | - |
| XYZ | 36.97 | 50.19 | 65.5 | - |
| YUV | 170.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 205 | 0.57 | 0 | 0 | 0.20 | 180 | 0.54 | 0.58 |
| Hex | 59 | CD | CD | 39 | 0 | 0 | 14 | B4 | 36 | 3A |
| Octal | 131 | 315 | 315 | 71 | 0 | 0 | 24 | 264 | 66 | 72 |
| Binary | 1011001 | 11001101 | 11001101 | 111001 | 0 | 0 | 10100 | 10110100 | 110110 | 111010 |
Color Harmonies of #59CDCD
Complementary color
Monochromatic Colors of #59CDCD
Black with #59CDCD
Text Example
Text Example
White with #59CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDCD; }
p { color: rgb(89,205,205); }
H1.HeaderClassName
{
color: #59CDCD;
}
.AnyTagClassName
{
color: #59CDCD;
}
</style>
background-color css
<style>
a { background-color: #59CDCD; }
a { background-color: rgb(89,205,205); }
div.DivClassName
{
background-color: #59CDCD;
}
.BgClassName
{
background-color: #59CDCD;
}
</style>
border-color css
<style>
span { border-color: #59CDCD; }
span { border-color: rgb(89,205,205); }
td.TdClassName
{
border-color: #59CDCD;
}
.TagClassName
{
border-color: #59CDCD;
}
</style>