Shades of Turquoise #50DFB9
Tints of Turquoise #50DFB9
RGB
CMYK
RGB Variations
Color information
#50DFB9 (or 0x50DFB9) is known color: Turquoise. HEX triplet: 50, DF and B9. RGB value is (80,223,185). Sum of RGB (Red+Green+Blue) = 80+223+185=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFB9 is #AF2046. Grayscale: #AFAFAF. Windows color (decimal): -11477063 or 12181328. OLE color: 12181328.
HSL color Cylindrical-coordinate representation of color #50DFB9: hue angle of 164.06º 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 #50DFB9 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 185 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.13 |
| HSL | 164.06º | 0.69% | 0.59% | - |
| HSV(B) | 164.06º | 0.64% | 0.87% | - |
| XYZ | 38.45 | 57.98 | 55.06 | - |
| YUV | 175.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 185 | 0.64 | 0 | 0.17 | 0.13 | 164.06 | 0.69 | 0.59 |
| Hex | 50 | DF | B9 | 40 | 0 | 11 | D | A4 | 45 | 3B |
| Octal | 120 | 337 | 271 | 100 | 0 | 21 | 15 | 244 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10111001 | 1000000 | 0 | 10001 | 1101 | 10100100 | 1000101 | 111011 |
Color Harmonies of #50DFB9
Complementary color
Monochromatic Colors of #50DFB9
Black with #50DFB9
Text Example
Text Example
White with #50DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFB9; }
p { color: rgb(80,223,185); }
H1.HeaderClassName
{
color: #50DFB9;
}
.AnyTagClassName
{
color: #50DFB9;
}
</style>
background-color css
<style>
a { background-color: #50DFB9; }
a { background-color: rgb(80,223,185); }
div.DivClassName
{
background-color: #50DFB9;
}
.BgClassName
{
background-color: #50DFB9;
}
</style>
border-color css
<style>
span { border-color: #50DFB9; }
span { border-color: rgb(80,223,185); }
td.TdClassName
{
border-color: #50DFB9;
}
.TagClassName
{
border-color: #50DFB9;
}
</style>