Shades of Medium Turquoise #50D0BE
Tints of Medium Turquoise #50D0BE
RGB
CMYK
RGB Variations
Color information
#50D0BE (or 0x50D0BE) is known color: Medium Turquoise. HEX triplet: 50, D0 and BE. RGB value is (80,208,190). Sum of RGB (Red+Green+Blue) = 80+208+190=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D0BE is #AF2F41. Grayscale: #A7A7A7. Windows color (decimal): -11480898 or 12505168. OLE color: 12505168.
HSL color Cylindrical-coordinate representation of color #50D0BE: hue angle of 171.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D0BE is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 190 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.18 |
| HSL | 171.56º | 0.58% | 0.56% | - |
| HSV(B) | 171.56º | 0.62% | 0.82% | - |
| XYZ | 35.16 | 50.53 | 56.62 | - |
| YUV | 167.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 190 | 0.62 | 0 | 0.09 | 0.18 | 171.56 | 0.58 | 0.56 |
| Hex | 50 | D0 | BE | 3E | 0 | 9 | 12 | AC | 3A | 38 |
| Octal | 120 | 320 | 276 | 76 | 0 | 11 | 22 | 254 | 72 | 70 |
| Binary | 1010000 | 11010000 | 10111110 | 111110 | 0 | 1001 | 10010 | 10101100 | 111010 | 111000 |
Color Harmonies of #50D0BE
Complementary color
Monochromatic Colors of #50D0BE
Black with #50D0BE
Text Example
Text Example
White with #50D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0BE; }
p { color: rgb(80,208,190); }
H1.HeaderClassName
{
color: #50D0BE;
}
.AnyTagClassName
{
color: #50D0BE;
}
</style>
background-color css
<style>
a { background-color: #50D0BE; }
a { background-color: rgb(80,208,190); }
div.DivClassName
{
background-color: #50D0BE;
}
.BgClassName
{
background-color: #50D0BE;
}
</style>
border-color css
<style>
span { border-color: #50D0BE; }
span { border-color: rgb(80,208,190); }
td.TdClassName
{
border-color: #50D0BE;
}
.TagClassName
{
border-color: #50D0BE;
}
</style>