Shades of Medium Turquoise #59CFCF
Tints of Medium Turquoise #59CFCF
RGB
CMYK
RGB Variations
Color information
#59CFCF (or 0x59CFCF) is known color: Medium Turquoise. HEX triplet: 59, CF and CF. RGB value is (89,207,207). Sum of RGB (Red+Green+Blue) = 89+207+207=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #59CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFCF is #A63030. Grayscale: #ABABAB. Windows color (decimal): -10891313 or 13619033. OLE color: 13619033.
HSL color Cylindrical-coordinate representation of color #59CFCF: hue angle of 180º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CFCF is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 207 | 207 | - |
| CMYK | 0.57 | 0 | 0 | 0.19 |
| HSL | 180º | 0.55% | 0.58% | - |
| HSV(B) | 180º | 0.57% | 0.81% | - |
| XYZ | 37.7 | 51.25 | 66.94 | - |
| YUV | 171.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 207 | 0.57 | 0 | 0 | 0.19 | 180 | 0.55 | 0.58 |
| Hex | 59 | CF | CF | 39 | 0 | 0 | 13 | B4 | 37 | 3A |
| Octal | 131 | 317 | 317 | 71 | 0 | 0 | 23 | 264 | 67 | 72 |
| Binary | 1011001 | 11001111 | 11001111 | 111001 | 0 | 0 | 10011 | 10110100 | 110111 | 111010 |
Color Harmonies of #59CFCF
Complementary color
Monochromatic Colors of #59CFCF
Black with #59CFCF
Text Example
Text Example
White with #59CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFCF; }
p { color: rgb(89,207,207); }
H1.HeaderClassName
{
color: #59CFCF;
}
.AnyTagClassName
{
color: #59CFCF;
}
</style>
background-color css
<style>
a { background-color: #59CFCF; }
a { background-color: rgb(89,207,207); }
div.DivClassName
{
background-color: #59CFCF;
}
.BgClassName
{
background-color: #59CFCF;
}
</style>
border-color css
<style>
span { border-color: #59CFCF; }
span { border-color: rgb(89,207,207); }
td.TdClassName
{
border-color: #59CFCF;
}
.TagClassName
{
border-color: #59CFCF;
}
</style>