Shades of Medium Turquoise #50DBD9
Tints of Medium Turquoise #50DBD9
RGB
CMYK
RGB Variations
Color information
#50DBD9 (or 0x50DBD9) is known color: Medium Turquoise. HEX triplet: 50, DB and D9. RGB value is (80,219,217). Sum of RGB (Red+Green+Blue) = 80+219+217=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBD9 is #AF2426. Grayscale: #B1B1B1. Windows color (decimal): -11478055 or 14277456. OLE color: 14277456.
HSL color Cylindrical-coordinate representation of color #50DBD9: hue angle of 179.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBD9 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 217 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.14 |
| HSL | 179.14º | 0.66% | 0.59% | - |
| HSV(B) | 179.14º | 0.63% | 0.86% | - |
| XYZ | 41.16 | 57.38 | 74.55 | - |
| YUV | 177.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 217 | 0.63 | 0 | 0.01 | 0.14 | 179.14 | 0.66 | 0.59 |
| Hex | 50 | DB | D9 | 3F | 0 | 1 | E | B3 | 42 | 3B |
| Octal | 120 | 333 | 331 | 77 | 0 | 1 | 16 | 263 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11011001 | 111111 | 0 | 1 | 1110 | 10110011 | 1000010 | 111011 |
Color Harmonies of #50DBD9
Complementary color
Monochromatic Colors of #50DBD9
Black with #50DBD9
Text Example
Text Example
White with #50DBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBD9; }
p { color: rgb(80,219,217); }
H1.HeaderClassName
{
color: #50DBD9;
}
.AnyTagClassName
{
color: #50DBD9;
}
</style>
background-color css
<style>
a { background-color: #50DBD9; }
a { background-color: rgb(80,219,217); }
div.DivClassName
{
background-color: #50DBD9;
}
.BgClassName
{
background-color: #50DBD9;
}
</style>
border-color css
<style>
span { border-color: #50DBD9; }
span { border-color: rgb(80,219,217); }
td.TdClassName
{
border-color: #50DBD9;
}
.TagClassName
{
border-color: #50DBD9;
}
</style>