Shades of Medium Turquoise #59CCBE
Tints of Medium Turquoise #59CCBE
RGB
CMYK
RGB Variations
Color information
#59CCBE (or 0x59CCBE) is known color: Medium Turquoise. HEX triplet: 59, CC and BE. RGB value is (89,204,190). Sum of RGB (Red+Green+Blue) = 89+204+190=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCBE is #A63341. Grayscale: #A7A7A7. Windows color (decimal): -10892098 or 12504153. OLE color: 12504153.
HSL color Cylindrical-coordinate representation of color #59CCBE: hue angle of 172.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCBE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 190 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.2 |
| HSL | 172.7º | 0.53% | 0.57% | - |
| HSV(B) | 172.7º | 0.56% | 0.8% | - |
| XYZ | 35.01 | 49.03 | 56.33 | - |
| YUV | 168.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 190 | 0.56 | 0 | 0.07 | 0.2 | 172.7 | 0.53 | 0.57 |
| Hex | 59 | CC | BE | 38 | 0 | 7 | 14 | AD | 35 | 39 |
| Octal | 131 | 314 | 276 | 70 | 0 | 7 | 24 | 255 | 65 | 71 |
| Binary | 1011001 | 11001100 | 10111110 | 111000 | 0 | 111 | 10100 | 10101101 | 110101 | 111001 |
Color Harmonies of #59CCBE
Complementary color
Monochromatic Colors of #59CCBE
Black with #59CCBE
Text Example
Text Example
White with #59CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CCBE; }
p { color: rgb(89,204,190); }
H1.HeaderClassName
{
color: #59CCBE;
}
.AnyTagClassName
{
color: #59CCBE;
}
</style>
background-color css
<style>
a { background-color: #59CCBE; }
a { background-color: rgb(89,204,190); }
div.DivClassName
{
background-color: #59CCBE;
}
.BgClassName
{
background-color: #59CCBE;
}
</style>
border-color css
<style>
span { border-color: #59CCBE; }
span { border-color: rgb(89,204,190); }
td.TdClassName
{
border-color: #59CCBE;
}
.TagClassName
{
border-color: #59CCBE;
}
</style>