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