Shades of Medium Turquoise #50D8C2
Tints of Medium Turquoise #50D8C2
RGB
CMYK
RGB Variations
Color information
#50D8C2 (or 0x50D8C2) is known color: Medium Turquoise. HEX triplet: 50, D8 and C2. RGB value is (80,216,194). Sum of RGB (Red+Green+Blue) = 80+216+194=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8C2 is #AF273D. Grayscale: #ACACAC. Windows color (decimal): -11478846 or 12769360. OLE color: 12769360.
HSL color Cylindrical-coordinate representation of color #50D8C2: hue angle of 170.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D8C2 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 194 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.15 |
| HSL | 170.29º | 0.64% | 0.58% | - |
| HSV(B) | 170.29º | 0.63% | 0.85% | - |
| XYZ | 37.6 | 54.71 | 59.62 | - |
| YUV | 172.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 194 | 0.63 | 0 | 0.10 | 0.15 | 170.29 | 0.64 | 0.58 |
| Hex | 50 | D8 | C2 | 3F | 0 | A | F | AA | 40 | 3A |
| Octal | 120 | 330 | 302 | 77 | 0 | 12 | 17 | 252 | 100 | 72 |
| Binary | 1010000 | 11011000 | 11000010 | 111111 | 0 | 1010 | 1111 | 10101010 | 1000000 | 111010 |
Color Harmonies of #50D8C2
Complementary color
Monochromatic Colors of #50D8C2
Black with #50D8C2
Text Example
Text Example
White with #50D8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8C2; }
p { color: rgb(80,216,194); }
H1.HeaderClassName
{
color: #50D8C2;
}
.AnyTagClassName
{
color: #50D8C2;
}
</style>
background-color css
<style>
a { background-color: #50D8C2; }
a { background-color: rgb(80,216,194); }
div.DivClassName
{
background-color: #50D8C2;
}
.BgClassName
{
background-color: #50D8C2;
}
</style>
border-color css
<style>
span { border-color: #50D8C2; }
span { border-color: rgb(80,216,194); }
td.TdClassName
{
border-color: #50D8C2;
}
.TagClassName
{
border-color: #50D8C2;
}
</style>