Shades of Medium Turquoise #50C3C0
Tints of Medium Turquoise #50C3C0
RGB
CMYK
RGB Variations
Color information
#50C3C0 (or 0x50C3C0) is known color: Medium Turquoise. HEX triplet: 50, C3 and C0. RGB value is (80,195,192). Sum of RGB (Red+Green+Blue) = 80+195+192=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C3C0 is #AF3C3F. Grayscale: #A0A0A0. Windows color (decimal): -11484224 or 12632912. OLE color: 12632912.
HSL color Cylindrical-coordinate representation of color #50C3C0: hue angle of 178.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C3C0 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 192 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.24 |
| HSL | 178.43º | 0.49% | 0.54% | - |
| HSV(B) | 178.43º | 0.59% | 0.76% | - |
| XYZ | 32.34 | 44.54 | 56.76 | - |
| YUV | 160.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 192 | 0.59 | 0 | 0.02 | 0.24 | 178.43 | 0.49 | 0.54 |
| Hex | 50 | C3 | C0 | 3B | 0 | 2 | 18 | B2 | 31 | 36 |
| Octal | 120 | 303 | 300 | 73 | 0 | 2 | 30 | 262 | 61 | 66 |
| Binary | 1010000 | 11000011 | 11000000 | 111011 | 0 | 10 | 11000 | 10110010 | 110001 | 110110 |
Color Harmonies of #50C3C0
Complementary color
Monochromatic Colors of #50C3C0
Black with #50C3C0
Text Example
Text Example
White with #50C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C3C0; }
p { color: rgb(80,195,192); }
H1.HeaderClassName
{
color: #50C3C0;
}
.AnyTagClassName
{
color: #50C3C0;
}
</style>
background-color css
<style>
a { background-color: #50C3C0; }
a { background-color: rgb(80,195,192); }
div.DivClassName
{
background-color: #50C3C0;
}
.BgClassName
{
background-color: #50C3C0;
}
</style>
border-color css
<style>
span { border-color: #50C3C0; }
span { border-color: rgb(80,195,192); }
td.TdClassName
{
border-color: #50C3C0;
}
.TagClassName
{
border-color: #50C3C0;
}
</style>