Shades of Medium Turquoise #50C5BB
Tints of Medium Turquoise #50C5BB
RGB
CMYK
RGB Variations
Color information
#50C5BB (or 0x50C5BB) is known color: Medium Turquoise. HEX triplet: 50, C5 and BB. RGB value is (80,197,187). Sum of RGB (Red+Green+Blue) = 80+197+187=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #50C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C5BB is #AF3A44. Grayscale: #A0A0A0. Windows color (decimal): -11483717 or 12305744. OLE color: 12305744.
HSL color Cylindrical-coordinate representation of color #50C5BB: hue angle of 174.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C5BB is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 187 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.23 |
| HSL | 174.87º | 0.5% | 0.54% | - |
| HSV(B) | 174.87º | 0.59% | 0.77% | - |
| XYZ | 32.24 | 45.23 | 54.04 | - |
| YUV | 160.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 187 | 0.59 | 0 | 0.05 | 0.23 | 174.87 | 0.5 | 0.54 |
| Hex | 50 | C5 | BB | 3B | 0 | 5 | 17 | AF | 32 | 36 |
| Octal | 120 | 305 | 273 | 73 | 0 | 5 | 27 | 257 | 62 | 66 |
| Binary | 1010000 | 11000101 | 10111011 | 111011 | 0 | 101 | 10111 | 10101111 | 110010 | 110110 |
Color Harmonies of #50C5BB
Complementary color
Monochromatic Colors of #50C5BB
Black with #50C5BB
Text Example
Text Example
White with #50C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C5BB; }
p { color: rgb(80,197,187); }
H1.HeaderClassName
{
color: #50C5BB;
}
.AnyTagClassName
{
color: #50C5BB;
}
</style>
background-color css
<style>
a { background-color: #50C5BB; }
a { background-color: rgb(80,197,187); }
div.DivClassName
{
background-color: #50C5BB;
}
.BgClassName
{
background-color: #50C5BB;
}
</style>
border-color css
<style>
span { border-color: #50C5BB; }
span { border-color: rgb(80,197,187); }
td.TdClassName
{
border-color: #50C5BB;
}
.TagClassName
{
border-color: #50C5BB;
}
</style>