Shades of Medium Turquoise #50D2BE
Tints of Medium Turquoise #50D2BE
RGB
CMYK
RGB Variations
Color information
#50D2BE (or 0x50D2BE) is known color: Medium Turquoise. HEX triplet: 50, D2 and BE. RGB value is (80,210,190). Sum of RGB (Red+Green+Blue) = 80+210+190=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2BE is #AF2D41. Grayscale: #A8A8A8. Windows color (decimal): -11480386 or 12505680. OLE color: 12505680.
HSL color Cylindrical-coordinate representation of color #50D2BE: hue angle of 170.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D2BE is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 190 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.18 |
| HSL | 170.77º | 0.59% | 0.57% | - |
| HSV(B) | 170.77º | 0.62% | 0.82% | - |
| XYZ | 35.65 | 51.52 | 56.78 | - |
| YUV | 168.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 190 | 0.62 | 0 | 0.10 | 0.18 | 170.77 | 0.59 | 0.57 |
| Hex | 50 | D2 | BE | 3E | 0 | A | 12 | AB | 3B | 39 |
| Octal | 120 | 322 | 276 | 76 | 0 | 12 | 22 | 253 | 73 | 71 |
| Binary | 1010000 | 11010010 | 10111110 | 111110 | 0 | 1010 | 10010 | 10101011 | 111011 | 111001 |
Color Harmonies of #50D2BE
Complementary color
Monochromatic Colors of #50D2BE
Black with #50D2BE
Text Example
Text Example
White with #50D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D2BE; }
p { color: rgb(80,210,190); }
H1.HeaderClassName
{
color: #50D2BE;
}
.AnyTagClassName
{
color: #50D2BE;
}
</style>
background-color css
<style>
a { background-color: #50D2BE; }
a { background-color: rgb(80,210,190); }
div.DivClassName
{
background-color: #50D2BE;
}
.BgClassName
{
background-color: #50D2BE;
}
</style>
border-color css
<style>
span { border-color: #50D2BE; }
span { border-color: rgb(80,210,190); }
td.TdClassName
{
border-color: #50D2BE;
}
.TagClassName
{
border-color: #50D2BE;
}
</style>