Shades of Medium Turquoise #50CAC0
Tints of Medium Turquoise #50CAC0
RGB
CMYK
RGB Variations
Color information
#50CAC0 (or 0x50CAC0) is known color: Medium Turquoise. HEX triplet: 50, CA and C0. RGB value is (80,202,192). Sum of RGB (Red+Green+Blue) = 80+202+192=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CAC0 is #AF353F. Grayscale: #A4A4A4. Windows color (decimal): -11482432 or 12634704. OLE color: 12634704.
HSL color Cylindrical-coordinate representation of color #50CAC0: hue angle of 175.08º degrees, saturation: 0.54, 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 #50CAC0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 192 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.21 |
| HSL | 175.08º | 0.54% | 0.55% | - |
| HSV(B) | 175.08º | 0.6% | 0.79% | - |
| XYZ | 33.94 | 47.75 | 57.3 | - |
| YUV | 164.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 192 | 0.60 | 0 | 0.05 | 0.21 | 175.08 | 0.54 | 0.55 |
| Hex | 50 | CA | C0 | 3C | 0 | 5 | 15 | AF | 36 | 37 |
| Octal | 120 | 312 | 300 | 74 | 0 | 5 | 25 | 257 | 66 | 67 |
| Binary | 1010000 | 11001010 | 11000000 | 111100 | 0 | 101 | 10101 | 10101111 | 110110 | 110111 |
Color Harmonies of #50CAC0
Complementary color
Monochromatic Colors of #50CAC0
Black with #50CAC0
Text Example
Text Example
White with #50CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CAC0; }
p { color: rgb(80,202,192); }
H1.HeaderClassName
{
color: #50CAC0;
}
.AnyTagClassName
{
color: #50CAC0;
}
</style>
background-color css
<style>
a { background-color: #50CAC0; }
a { background-color: rgb(80,202,192); }
div.DivClassName
{
background-color: #50CAC0;
}
.BgClassName
{
background-color: #50CAC0;
}
</style>
border-color css
<style>
span { border-color: #50CAC0; }
span { border-color: rgb(80,202,192); }
td.TdClassName
{
border-color: #50CAC0;
}
.TagClassName
{
border-color: #50CAC0;
}
</style>