Shades of Medium Turquoise #50DBD5
Tints of Medium Turquoise #50DBD5
RGB
CMYK
RGB Variations
Color information
#50DBD5 (or 0x50DBD5) is known color: Medium Turquoise. HEX triplet: 50, DB and D5. RGB value is (80,219,213). Sum of RGB (Red+Green+Blue) = 80+219+213=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBD5 is #AF242A. Grayscale: #B0B0B0. Windows color (decimal): -11478059 or 14015312. OLE color: 14015312.
HSL color Cylindrical-coordinate representation of color #50DBD5: hue angle of 177.41º 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 #50DBD5 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 213 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.14 |
| HSL | 177.41º | 0.66% | 0.59% | - |
| HSV(B) | 177.41º | 0.63% | 0.86% | - |
| XYZ | 40.65 | 57.17 | 71.84 | - |
| YUV | 176.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 213 | 0.63 | 0 | 0.03 | 0.14 | 177.41 | 0.66 | 0.59 |
| Hex | 50 | DB | D5 | 3F | 0 | 3 | E | B1 | 42 | 3B |
| Octal | 120 | 333 | 325 | 77 | 0 | 3 | 16 | 261 | 102 | 73 |
| Binary | 1010000 | 11011011 | 11010101 | 111111 | 0 | 11 | 1110 | 10110001 | 1000010 | 111011 |
Color Harmonies of #50DBD5
Complementary color
Monochromatic Colors of #50DBD5
Black with #50DBD5
Text Example
Text Example
White with #50DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBD5; }
p { color: rgb(80,219,213); }
H1.HeaderClassName
{
color: #50DBD5;
}
.AnyTagClassName
{
color: #50DBD5;
}
</style>
background-color css
<style>
a { background-color: #50DBD5; }
a { background-color: rgb(80,219,213); }
div.DivClassName
{
background-color: #50DBD5;
}
.BgClassName
{
background-color: #50DBD5;
}
</style>
border-color css
<style>
span { border-color: #50DBD5; }
span { border-color: rgb(80,219,213); }
td.TdClassName
{
border-color: #50DBD5;
}
.TagClassName
{
border-color: #50DBD5;
}
</style>