Shades of Medium Turquoise #50DBD2
Tints of Medium Turquoise #50DBD2
RGB
CMYK
RGB Variations
Color information
#50DBD2 (or 0x50DBD2) is known color: Medium Turquoise. HEX triplet: 50, DB and D2. RGB value is (80,219,210). Sum of RGB (Red+Green+Blue) = 80+219+210=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBD2 is #AF242D. Grayscale: #B0B0B0. Windows color (decimal): -11478062 or 13818704. OLE color: 13818704.
HSL color Cylindrical-coordinate representation of color #50DBD2: hue angle of 176.12º 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 #50DBD2 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 210 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.14 |
| HSL | 176.12º | 0.66% | 0.59% | - |
| HSV(B) | 176.12º | 0.63% | 0.86% | - |
| XYZ | 40.27 | 57.02 | 69.86 | - |
| YUV | 176.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 210 | 0.63 | 0 | 0.04 | 0.14 | 176.12 | 0.66 | 0.59 |
| Hex | 50 | DB | D2 | 3F | 0 | 4 | E | B0 | 42 | 3B |
| Octal | 120 | 333 | 322 | 77 | 0 | 4 | 16 | 260 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11010010 | 111111 | 0 | 100 | 1110 | 10110000 | 1000010 | 111011 |
Color Harmonies of #50DBD2
Complementary color
Monochromatic Colors of #50DBD2
Black with #50DBD2
Text Example
Text Example
White with #50DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBD2; }
p { color: rgb(80,219,210); }
H1.HeaderClassName
{
color: #50DBD2;
}
.AnyTagClassName
{
color: #50DBD2;
}
</style>
background-color css
<style>
a { background-color: #50DBD2; }
a { background-color: rgb(80,219,210); }
div.DivClassName
{
background-color: #50DBD2;
}
.BgClassName
{
background-color: #50DBD2;
}
</style>
border-color css
<style>
span { border-color: #50DBD2; }
span { border-color: rgb(80,219,210); }
td.TdClassName
{
border-color: #50DBD2;
}
.TagClassName
{
border-color: #50DBD2;
}
</style>