Shades of Medium Turquoise #50DDBC
Tints of Medium Turquoise #50DDBC
RGB
CMYK
RGB Variations
Color information
#50DDBC (or 0x50DDBC) is known color: Medium Turquoise. HEX triplet: 50, DD and BC. RGB value is (80,221,188). Sum of RGB (Red+Green+Blue) = 80+221+188=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DDBC is #AF2243. Grayscale: #AFAFAF. Windows color (decimal): -11477572 or 12377424. OLE color: 12377424.
HSL color Cylindrical-coordinate representation of color #50DDBC: hue angle of 165.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DDBC is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 188 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.13 |
| HSL | 165.96º | 0.67% | 0.59% | - |
| HSV(B) | 165.96º | 0.64% | 0.87% | - |
| XYZ | 38.24 | 57.05 | 56.57 | - |
| YUV | 175.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 188 | 0.64 | 0 | 0.15 | 0.13 | 165.96 | 0.67 | 0.59 |
| Hex | 50 | DD | BC | 40 | 0 | F | D | A6 | 43 | 3B |
| Octal | 120 | 335 | 274 | 100 | 0 | 17 | 15 | 246 | 103 | 73 |
| Binary | 1010000 | 11011101 | 10111100 | 1000000 | 0 | 1111 | 1101 | 10100110 | 1000011 | 111011 |
Color Harmonies of #50DDBC
Complementary color
Monochromatic Colors of #50DDBC
Black with #50DDBC
Text Example
Text Example
White with #50DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DDBC; }
p { color: rgb(80,221,188); }
H1.HeaderClassName
{
color: #50DDBC;
}
.AnyTagClassName
{
color: #50DDBC;
}
</style>
background-color css
<style>
a { background-color: #50DDBC; }
a { background-color: rgb(80,221,188); }
div.DivClassName
{
background-color: #50DDBC;
}
.BgClassName
{
background-color: #50DDBC;
}
</style>
border-color css
<style>
span { border-color: #50DDBC; }
span { border-color: rgb(80,221,188); }
td.TdClassName
{
border-color: #50DDBC;
}
.TagClassName
{
border-color: #50DDBC;
}
</style>