Shades of Medium Turquoise #50DDBD
Tints of Medium Turquoise #50DDBD
RGB
CMYK
RGB Variations
Color information
#50DDBD (or 0x50DDBD) is known color: Medium Turquoise. HEX triplet: 50, DD and BD. RGB value is (80,221,189). Sum of RGB (Red+Green+Blue) = 80+221+189=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DDBD is #AF2242. Grayscale: #AFAFAF. Windows color (decimal): -11477571 or 12442960. OLE color: 12442960.
HSL color Cylindrical-coordinate representation of color #50DDBD: hue angle of 166.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DDBD is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 189 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.13 |
| HSL | 166.38º | 0.67% | 0.59% | - |
| HSV(B) | 166.38º | 0.64% | 0.87% | - |
| XYZ | 38.35 | 57.09 | 57.14 | - |
| YUV | 175.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 189 | 0.64 | 0 | 0.14 | 0.13 | 166.38 | 0.67 | 0.59 |
| Hex | 50 | DD | BD | 40 | 0 | E | D | A6 | 43 | 3B |
| Octal | 120 | 335 | 275 | 100 | 0 | 16 | 15 | 246 | 103 | 73 |
| Binary | 1010000 | 11011101 | 10111101 | 1000000 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111011 |
Color Harmonies of #50DDBD
Complementary color
Monochromatic Colors of #50DDBD
Black with #50DDBD
Text Example
Text Example
White with #50DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DDBD; }
p { color: rgb(80,221,189); }
H1.HeaderClassName
{
color: #50DDBD;
}
.AnyTagClassName
{
color: #50DDBD;
}
</style>
background-color css
<style>
a { background-color: #50DDBD; }
a { background-color: rgb(80,221,189); }
div.DivClassName
{
background-color: #50DDBD;
}
.BgClassName
{
background-color: #50DDBD;
}
</style>
border-color css
<style>
span { border-color: #50DDBD; }
span { border-color: rgb(80,221,189); }
td.TdClassName
{
border-color: #50DDBD;
}
.TagClassName
{
border-color: #50DDBD;
}
</style>