Shades of Medium Turquoise #59CFCB
Tints of Medium Turquoise #59CFCB
RGB
CMYK
RGB Variations
Color information
#59CFCB (or 0x59CFCB) is known color: Medium Turquoise. HEX triplet: 59, CF and CB. RGB value is (89,207,203). Sum of RGB (Red+Green+Blue) = 89+207+203=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFCB is #A63034. Grayscale: #ABABAB. Windows color (decimal): -10891317 or 13356889. OLE color: 13356889.
HSL color Cylindrical-coordinate representation of color #59CFCB: hue angle of 177.97º 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 #59CFCB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 207 | 203 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.19 |
| HSL | 177.97º | 0.55% | 0.58% | - |
| HSV(B) | 177.97º | 0.57% | 0.81% | - |
| XYZ | 37.21 | 51.06 | 64.39 | - |
| YUV | 171.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 203 | 0.57 | 0 | 0.02 | 0.19 | 177.97 | 0.55 | 0.58 |
| Hex | 59 | CF | CB | 39 | 0 | 2 | 13 | B2 | 37 | 3A |
| Octal | 131 | 317 | 313 | 71 | 0 | 2 | 23 | 262 | 67 | 72 |
| Binary | 1011001 | 11001111 | 11001011 | 111001 | 0 | 10 | 10011 | 10110010 | 110111 | 111010 |
Color Harmonies of #59CFCB
Complementary color
Monochromatic Colors of #59CFCB
Black with #59CFCB
Text Example
Text Example
White with #59CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFCB; }
p { color: rgb(89,207,203); }
H1.HeaderClassName
{
color: #59CFCB;
}
.AnyTagClassName
{
color: #59CFCB;
}
</style>
background-color css
<style>
a { background-color: #59CFCB; }
a { background-color: rgb(89,207,203); }
div.DivClassName
{
background-color: #59CFCB;
}
.BgClassName
{
background-color: #59CFCB;
}
</style>
border-color css
<style>
span { border-color: #59CFCB; }
span { border-color: rgb(89,207,203); }
td.TdClassName
{
border-color: #59CFCB;
}
.TagClassName
{
border-color: #59CFCB;
}
</style>