Shades of Medium Turquoise #50D9BB
Tints of Medium Turquoise #50D9BB
RGB
CMYK
RGB Variations
Color information
#50D9BB (or 0x50D9BB) is known color: Medium Turquoise. HEX triplet: 50, D9 and BB. RGB value is (80,217,187). Sum of RGB (Red+Green+Blue) = 80+217+187=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #50D9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D9BB is #AF2644. Grayscale: #ACACAC. Windows color (decimal): -11478597 or 12310864. OLE color: 12310864.
HSL color Cylindrical-coordinate representation of color #50D9BB: hue angle of 166.86º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D9BB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 187 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.15 |
| HSL | 166.86º | 0.64% | 0.58% | - |
| HSV(B) | 166.86º | 0.63% | 0.85% | - |
| XYZ | 37.09 | 54.92 | 55.66 | - |
| YUV | 172.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 187 | 0.63 | 0 | 0.14 | 0.15 | 166.86 | 0.64 | 0.58 |
| Hex | 50 | D9 | BB | 3F | 0 | E | F | A7 | 40 | 3A |
| Octal | 120 | 331 | 273 | 77 | 0 | 16 | 17 | 247 | 100 | 72 |
| Binary | 1010000 | 11011001 | 10111011 | 111111 | 0 | 1110 | 1111 | 10100111 | 1000000 | 111010 |
Color Harmonies of #50D9BB
Complementary color
Monochromatic Colors of #50D9BB
Black with #50D9BB
Text Example
Text Example
White with #50D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D9BB; }
p { color: rgb(80,217,187); }
H1.HeaderClassName
{
color: #50D9BB;
}
.AnyTagClassName
{
color: #50D9BB;
}
</style>
background-color css
<style>
a { background-color: #50D9BB; }
a { background-color: rgb(80,217,187); }
div.DivClassName
{
background-color: #50D9BB;
}
.BgClassName
{
background-color: #50D9BB;
}
</style>
border-color css
<style>
span { border-color: #50D9BB; }
span { border-color: rgb(80,217,187); }
td.TdClassName
{
border-color: #50D9BB;
}
.TagClassName
{
border-color: #50D9BB;
}
</style>