Shades of Medium Turquoise #50C0BB
Tints of Medium Turquoise #50C0BB
RGB
CMYK
RGB Variations
Color information
#50C0BB (or 0x50C0BB) is known color: Medium Turquoise. HEX triplet: 50, C0 and BB. RGB value is (80,192,187). Sum of RGB (Red+Green+Blue) = 80+192+187=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C0BB is #AF3F44. Grayscale: #9D9D9D. Windows color (decimal): -11484997 or 12304464. OLE color: 12304464.
HSL color Cylindrical-coordinate representation of color #50C0BB: hue angle of 177.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0BB is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 187 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.25 |
| HSL | 177.32º | 0.47% | 0.53% | - |
| HSV(B) | 177.32º | 0.58% | 0.75% | - |
| XYZ | 31.13 | 42.99 | 53.67 | - |
| YUV | 157.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 187 | 0.58 | 0 | 0.03 | 0.25 | 177.32 | 0.47 | 0.53 |
| Hex | 50 | C0 | BB | 3A | 0 | 3 | 19 | B1 | 2F | 35 |
| Octal | 120 | 300 | 273 | 72 | 0 | 3 | 31 | 261 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10111011 | 111010 | 0 | 11 | 11001 | 10110001 | 101111 | 110101 |
Color Harmonies of #50C0BB
Complementary color
Monochromatic Colors of #50C0BB
Black with #50C0BB
Text Example
Text Example
White with #50C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C0BB; }
p { color: rgb(80,192,187); }
H1.HeaderClassName
{
color: #50C0BB;
}
.AnyTagClassName
{
color: #50C0BB;
}
</style>
background-color css
<style>
a { background-color: #50C0BB; }
a { background-color: rgb(80,192,187); }
div.DivClassName
{
background-color: #50C0BB;
}
.BgClassName
{
background-color: #50C0BB;
}
</style>
border-color css
<style>
span { border-color: #50C0BB; }
span { border-color: rgb(80,192,187); }
td.TdClassName
{
border-color: #50C0BB;
}
.TagClassName
{
border-color: #50C0BB;
}
</style>