Shades of Medium Turquoise #50DAB9
Tints of Medium Turquoise #50DAB9
RGB
CMYK
RGB Variations
Color information
#50DAB9 (or 0x50DAB9) is known color: Medium Turquoise. HEX triplet: 50, DA and B9. RGB value is (80,218,185). Sum of RGB (Red+Green+Blue) = 80+218+185=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAB9 is #AF2546. Grayscale: #ACACAC. Windows color (decimal): -11478343 or 12180048. OLE color: 12180048.
HSL color Cylindrical-coordinate representation of color #50DAB9: hue angle of 165.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DAB9 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 185 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.15 |
| HSL | 165.65º | 0.65% | 0.58% | - |
| HSV(B) | 165.65º | 0.63% | 0.85% | - |
| XYZ | 37.14 | 55.35 | 54.63 | - |
| YUV | 172.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 185 | 0.63 | 0 | 0.15 | 0.15 | 165.65 | 0.65 | 0.58 |
| Hex | 50 | DA | B9 | 3F | 0 | F | F | A6 | 41 | 3A |
| Octal | 120 | 332 | 271 | 77 | 0 | 17 | 17 | 246 | 101 | 72 |
| Binary | 1010000 | 11011010 | 10111001 | 111111 | 0 | 1111 | 1111 | 10100110 | 1000001 | 111010 |
Color Harmonies of #50DAB9
Complementary color
Monochromatic Colors of #50DAB9
Black with #50DAB9
Text Example
Text Example
White with #50DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAB9; }
p { color: rgb(80,218,185); }
H1.HeaderClassName
{
color: #50DAB9;
}
.AnyTagClassName
{
color: #50DAB9;
}
</style>
background-color css
<style>
a { background-color: #50DAB9; }
a { background-color: rgb(80,218,185); }
div.DivClassName
{
background-color: #50DAB9;
}
.BgClassName
{
background-color: #50DAB9;
}
</style>
border-color css
<style>
span { border-color: #50DAB9; }
span { border-color: rgb(80,218,185); }
td.TdClassName
{
border-color: #50DAB9;
}
.TagClassName
{
border-color: #50DAB9;
}
</style>