Shades of Medium Turquoise #50D6BC
Tints of Medium Turquoise #50D6BC
RGB
CMYK
RGB Variations
Color information
#50D6BC (or 0x50D6BC) is known color: Medium Turquoise. HEX triplet: 50, D6 and BC. RGB value is (80,214,188). Sum of RGB (Red+Green+Blue) = 80+214+188=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #50D6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D6BC is #AF2943. Grayscale: #AAAAAA. Windows color (decimal): -11479364 or 12375632. OLE color: 12375632.
HSL color Cylindrical-coordinate representation of color #50D6BC: hue angle of 168.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D6BC is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 188 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.16 |
| HSL | 168.36º | 0.62% | 0.58% | - |
| HSV(B) | 168.36º | 0.63% | 0.84% | - |
| XYZ | 36.43 | 53.43 | 55.97 | - |
| YUV | 170.97 | 137.61 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 188 | 0.63 | 0 | 0.12 | 0.16 | 168.36 | 0.62 | 0.58 |
| Hex | 50 | D6 | BC | 3F | 0 | C | 10 | A8 | 3E | 3A |
| Octal | 120 | 326 | 274 | 77 | 0 | 14 | 20 | 250 | 76 | 72 |
| Binary | 1010000 | 11010110 | 10111100 | 111111 | 0 | 1100 | 10000 | 10101000 | 111110 | 111010 |
Color Harmonies of #50D6BC
Complementary color
Monochromatic Colors of #50D6BC
Black with #50D6BC
Text Example
Text Example
White with #50D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D6BC; }
p { color: rgb(80,214,188); }
H1.HeaderClassName
{
color: #50D6BC;
}
.AnyTagClassName
{
color: #50D6BC;
}
</style>
background-color css
<style>
a { background-color: #50D6BC; }
a { background-color: rgb(80,214,188); }
div.DivClassName
{
background-color: #50D6BC;
}
.BgClassName
{
background-color: #50D6BC;
}
</style>
border-color css
<style>
span { border-color: #50D6BC; }
span { border-color: rgb(80,214,188); }
td.TdClassName
{
border-color: #50D6BC;
}
.TagClassName
{
border-color: #50D6BC;
}
</style>