Shades of Medium Turquoise #50D0BC
Tints of Medium Turquoise #50D0BC
RGB
CMYK
RGB Variations
Color information
#50D0BC (or 0x50D0BC) is known color: Medium Turquoise. HEX triplet: 50, D0 and BC. RGB value is (80,208,188). Sum of RGB (Red+Green+Blue) = 80+208+188=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D0BC is #AF2F43. Grayscale: #A7A7A7. Windows color (decimal): -11480900 or 12374096. OLE color: 12374096.
HSL color Cylindrical-coordinate representation of color #50D0BC: hue angle of 170.62º 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 #50D0BC is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 188 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.18 |
| HSL | 170.63º | 0.58% | 0.56% | - |
| HSV(B) | 170.63º | 0.62% | 0.82% | - |
| XYZ | 34.94 | 50.45 | 55.47 | - |
| YUV | 167.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 188 | 0.62 | 0 | 0.10 | 0.18 | 170.63 | 0.58 | 0.56 |
| Hex | 50 | D0 | BC | 3E | 0 | A | 12 | AB | 3A | 38 |
| Octal | 120 | 320 | 274 | 76 | 0 | 12 | 22 | 253 | 72 | 70 |
| Binary | 1010000 | 11010000 | 10111100 | 111110 | 0 | 1010 | 10010 | 10101011 | 111010 | 111000 |
Color Harmonies of #50D0BC
Complementary color
Monochromatic Colors of #50D0BC
Black with #50D0BC
Text Example
Text Example
White with #50D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0BC; }
p { color: rgb(80,208,188); }
H1.HeaderClassName
{
color: #50D0BC;
}
.AnyTagClassName
{
color: #50D0BC;
}
</style>
background-color css
<style>
a { background-color: #50D0BC; }
a { background-color: rgb(80,208,188); }
div.DivClassName
{
background-color: #50D0BC;
}
.BgClassName
{
background-color: #50D0BC;
}
</style>
border-color css
<style>
span { border-color: #50D0BC; }
span { border-color: rgb(80,208,188); }
td.TdClassName
{
border-color: #50D0BC;
}
.TagClassName
{
border-color: #50D0BC;
}
</style>