Shades of Medium Turquoise #50DBD7
Tints of Medium Turquoise #50DBD7
RGB
CMYK
RGB Variations
Color information
#50DBD7 (or 0x50DBD7) is known color: Medium Turquoise. HEX triplet: 50, DB and D7. RGB value is (80,219,215). Sum of RGB (Red+Green+Blue) = 80+219+215=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBD7 is #AF2428. Grayscale: #B0B0B0. Windows color (decimal): -11478057 or 14146384. OLE color: 14146384.
HSL color Cylindrical-coordinate representation of color #50DBD7: hue angle of 178.27º 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 #50DBD7 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 215 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.14 |
| HSL | 178.27º | 0.66% | 0.59% | - |
| HSV(B) | 178.27º | 0.63% | 0.86% | - |
| XYZ | 40.91 | 57.27 | 73.19 | - |
| YUV | 176.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 215 | 0.63 | 0 | 0.02 | 0.14 | 178.27 | 0.66 | 0.59 |
| Hex | 50 | DB | D7 | 3F | 0 | 2 | E | B2 | 42 | 3B |
| Octal | 120 | 333 | 327 | 77 | 0 | 2 | 16 | 262 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11010111 | 111111 | 0 | 10 | 1110 | 10110010 | 1000010 | 111011 |
Color Harmonies of #50DBD7
Complementary color
Monochromatic Colors of #50DBD7
Black with #50DBD7
Text Example
Text Example
White with #50DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBD7; }
p { color: rgb(80,219,215); }
H1.HeaderClassName
{
color: #50DBD7;
}
.AnyTagClassName
{
color: #50DBD7;
}
</style>
background-color css
<style>
a { background-color: #50DBD7; }
a { background-color: rgb(80,219,215); }
div.DivClassName
{
background-color: #50DBD7;
}
.BgClassName
{
background-color: #50DBD7;
}
</style>
border-color css
<style>
span { border-color: #50DBD7; }
span { border-color: rgb(80,219,215); }
td.TdClassName
{
border-color: #50DBD7;
}
.TagClassName
{
border-color: #50DBD7;
}
</style>