Shades of Medium Turquoise #50DEBB
Tints of Medium Turquoise #50DEBB
RGB
CMYK
RGB Variations
Color information
#50DEBB (or 0x50DEBB) is known color: Medium Turquoise. HEX triplet: 50, DE and BB. RGB value is (80,222,187). Sum of RGB (Red+Green+Blue) = 80+222+187=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEBB is #AF2144. Grayscale: #AFAFAF. Windows color (decimal): -11477317 or 12312144. OLE color: 12312144.
HSL color Cylindrical-coordinate representation of color #50DEBB: hue angle of 165.21º degrees, saturation: 0.68, 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 #50DEBB is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 187 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.13 |
| HSL | 165.21º | 0.68% | 0.59% | - |
| HSV(B) | 165.21º | 0.64% | 0.87% | - |
| XYZ | 38.4 | 57.54 | 56.1 | - |
| YUV | 175.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 187 | 0.64 | 0 | 0.16 | 0.13 | 165.21 | 0.68 | 0.59 |
| Hex | 50 | DE | BB | 40 | 0 | 10 | D | A5 | 44 | 3B |
| Octal | 120 | 336 | 273 | 100 | 0 | 20 | 15 | 245 | 104 | 73 |
| Binary | 1010000 | 11011110 | 10111011 | 1000000 | 0 | 10000 | 1101 | 10100101 | 1000100 | 111011 |
Color Harmonies of #50DEBB
Complementary color
Monochromatic Colors of #50DEBB
Black with #50DEBB
Text Example
Text Example
White with #50DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEBB; }
p { color: rgb(80,222,187); }
H1.HeaderClassName
{
color: #50DEBB;
}
.AnyTagClassName
{
color: #50DEBB;
}
</style>
background-color css
<style>
a { background-color: #50DEBB; }
a { background-color: rgb(80,222,187); }
div.DivClassName
{
background-color: #50DEBB;
}
.BgClassName
{
background-color: #50DEBB;
}
</style>
border-color css
<style>
span { border-color: #50DEBB; }
span { border-color: rgb(80,222,187); }
td.TdClassName
{
border-color: #50DEBB;
}
.TagClassName
{
border-color: #50DEBB;
}
</style>