Shades of Medium Turquoise #50C9C2
Tints of Medium Turquoise #50C9C2
RGB
CMYK
RGB Variations
Color information
#50C9C2 (or 0x50C9C2) is known color: Medium Turquoise. HEX triplet: 50, C9 and C2. RGB value is (80,201,194). Sum of RGB (Red+Green+Blue) = 80+201+194=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #50C9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C9C2 is #AF363D. Grayscale: #A3A3A3. Windows color (decimal): -11482686 or 12765520. OLE color: 12765520.
HSL color Cylindrical-coordinate representation of color #50C9C2: hue angle of 176.53º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C9C2 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 194 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.21 |
| HSL | 176.53º | 0.53% | 0.55% | - |
| HSV(B) | 176.53º | 0.6% | 0.79% | - |
| XYZ | 33.93 | 47.37 | 58.39 | - |
| YUV | 164.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 194 | 0.60 | 0 | 0.03 | 0.21 | 176.53 | 0.53 | 0.55 |
| Hex | 50 | C9 | C2 | 3C | 0 | 3 | 15 | B1 | 35 | 37 |
| Octal | 120 | 311 | 302 | 74 | 0 | 3 | 25 | 261 | 65 | 67 |
| Binary | 1010000 | 11001001 | 11000010 | 111100 | 0 | 11 | 10101 | 10110001 | 110101 | 110111 |
Color Harmonies of #50C9C2
Complementary color
Monochromatic Colors of #50C9C2
Black with #50C9C2
Text Example
Text Example
White with #50C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C9C2; }
p { color: rgb(80,201,194); }
H1.HeaderClassName
{
color: #50C9C2;
}
.AnyTagClassName
{
color: #50C9C2;
}
</style>
background-color css
<style>
a { background-color: #50C9C2; }
a { background-color: rgb(80,201,194); }
div.DivClassName
{
background-color: #50C9C2;
}
.BgClassName
{
background-color: #50C9C2;
}
</style>
border-color css
<style>
span { border-color: #50C9C2; }
span { border-color: rgb(80,201,194); }
td.TdClassName
{
border-color: #50C9C2;
}
.TagClassName
{
border-color: #50C9C2;
}
</style>