Shades of Medium Turquoise #50DBD3
Tints of Medium Turquoise #50DBD3
RGB
CMYK
RGB Variations
Color information
#50DBD3 (or 0x50DBD3) is known color: Medium Turquoise. HEX triplet: 50, DB and D3. RGB value is (80,219,211). Sum of RGB (Red+Green+Blue) = 80+219+211=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBD3 is #AF242C. Grayscale: #B0B0B0. Windows color (decimal): -11478061 or 13884240. OLE color: 13884240.
HSL color Cylindrical-coordinate representation of color #50DBD3: hue angle of 176.55º 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 #50DBD3 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 211 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.14 |
| HSL | 176.55º | 0.66% | 0.59% | - |
| HSV(B) | 176.55º | 0.63% | 0.86% | - |
| XYZ | 40.4 | 57.07 | 70.51 | - |
| YUV | 176.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 211 | 0.63 | 0 | 0.04 | 0.14 | 176.55 | 0.66 | 0.59 |
| Hex | 50 | DB | D3 | 3F | 0 | 4 | E | B1 | 42 | 3B |
| Octal | 120 | 333 | 323 | 77 | 0 | 4 | 16 | 261 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11010011 | 111111 | 0 | 100 | 1110 | 10110001 | 1000010 | 111011 |
Color Harmonies of #50DBD3
Complementary color
Monochromatic Colors of #50DBD3
Black with #50DBD3
Text Example
Text Example
White with #50DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBD3; }
p { color: rgb(80,219,211); }
H1.HeaderClassName
{
color: #50DBD3;
}
.AnyTagClassName
{
color: #50DBD3;
}
</style>
background-color css
<style>
a { background-color: #50DBD3; }
a { background-color: rgb(80,219,211); }
div.DivClassName
{
background-color: #50DBD3;
}
.BgClassName
{
background-color: #50DBD3;
}
</style>
border-color css
<style>
span { border-color: #50DBD3; }
span { border-color: rgb(80,219,211); }
td.TdClassName
{
border-color: #50DBD3;
}
.TagClassName
{
border-color: #50DBD3;
}
</style>