Shades of Turquoise #50DFBA
Tints of Turquoise #50DFBA
RGB
CMYK
RGB Variations
Color information
#50DFBA (or 0x50DFBA) is known color: Turquoise. HEX triplet: 50, DF and BA. RGB value is (80,223,186). Sum of RGB (Red+Green+Blue) = 80+223+186=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFBA is #AF2045. Grayscale: #B0B0B0. Windows color (decimal): -11477062 or 12246864. OLE color: 12246864.
HSL color Cylindrical-coordinate representation of color #50DFBA: hue angle of 164.48º degrees, saturation: 0.69, 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 #50DFBA is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 186 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.13 |
| HSL | 164.48º | 0.69% | 0.59% | - |
| HSV(B) | 164.48º | 0.64% | 0.87% | - |
| XYZ | 38.56 | 58.03 | 55.62 | - |
| YUV | 176.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 186 | 0.64 | 0 | 0.17 | 0.13 | 164.48 | 0.69 | 0.59 |
| Hex | 50 | DF | BA | 40 | 0 | 11 | D | A4 | 45 | 3B |
| Octal | 120 | 337 | 272 | 100 | 0 | 21 | 15 | 244 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10111010 | 1000000 | 0 | 10001 | 1101 | 10100100 | 1000101 | 111011 |
Color Harmonies of #50DFBA
Complementary color
Monochromatic Colors of #50DFBA
Black with #50DFBA
Text Example
Text Example
White with #50DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFBA; }
p { color: rgb(80,223,186); }
H1.HeaderClassName
{
color: #50DFBA;
}
.AnyTagClassName
{
color: #50DFBA;
}
</style>
background-color css
<style>
a { background-color: #50DFBA; }
a { background-color: rgb(80,223,186); }
div.DivClassName
{
background-color: #50DFBA;
}
.BgClassName
{
background-color: #50DFBA;
}
</style>
border-color css
<style>
span { border-color: #50DFBA; }
span { border-color: rgb(80,223,186); }
td.TdClassName
{
border-color: #50DFBA;
}
.TagClassName
{
border-color: #50DFBA;
}
</style>