Shades of Turquoise #50FCD9
Tints of Turquoise #50FCD9
RGB
CMYK
RGB Variations
Color information
#50FCD9 (or 0x50FCD9) is known color: Turquoise. HEX triplet: 50, FC and D9. RGB value is (80,252,217). Sum of RGB (Red+Green+Blue) = 80+252+217=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCD9 is #AF0326. Grayscale: #C4C4C4. Windows color (decimal): -11469607 or 14285904. OLE color: 14285904.
HSL color Cylindrical-coordinate representation of color #50FCD9: hue angle of 167.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCD9 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 217 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.01 |
| HSL | 167.79º | 0.97% | 0.65% | - |
| HSV(B) | 167.79º | 0.68% | 0.99% | - |
| XYZ | 50.64 | 76.34 | 77.71 | - |
| YUV | 196.58 | 139.52 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 217 | 0.68 | 0 | 0.14 | 0.01 | 167.79 | 0.97 | 0.65 |
| Hex | 50 | FC | D9 | 44 | 0 | E | 1 | A8 | 61 | 41 |
| Octal | 120 | 374 | 331 | 104 | 0 | 16 | 1 | 250 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11011001 | 1000100 | 0 | 1110 | 1 | 10101000 | 1100001 | 1000001 |
Color Harmonies of #50FCD9
Complementary color
Monochromatic Colors of #50FCD9
Black with #50FCD9
Text Example
Text Example
White with #50FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCD9; }
p { color: rgb(80,252,217); }
H1.HeaderClassName
{
color: #50FCD9;
}
.AnyTagClassName
{
color: #50FCD9;
}
</style>
background-color css
<style>
a { background-color: #50FCD9; }
a { background-color: rgb(80,252,217); }
div.DivClassName
{
background-color: #50FCD9;
}
.BgClassName
{
background-color: #50FCD9;
}
</style>
border-color css
<style>
span { border-color: #50FCD9; }
span { border-color: rgb(80,252,217); }
td.TdClassName
{
border-color: #50FCD9;
}
.TagClassName
{
border-color: #50FCD9;
}
</style>