Shades of Medium Turquoise #4DC1BA
Tints of Medium Turquoise #4DC1BA
RGB
CMYK
RGB Variations
Color information
#4DC1BA (or 0x4DC1BA) is known color: Medium Turquoise. HEX triplet: 4D, C1 and BA. RGB value is (77,193,186). Sum of RGB (Red+Green+Blue) = 77+193+186=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1BA is #B23E45. Grayscale: #9D9D9D. Windows color (decimal): -11681350 or 12239181. OLE color: 12239181.
HSL color Cylindrical-coordinate representation of color #4DC1BA: hue angle of 176.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1BA is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 186 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.24 |
| HSL | 176.38º | 0.48% | 0.53% | - |
| HSV(B) | 176.38º | 0.6% | 0.76% | - |
| XYZ | 30.99 | 43.26 | 53.17 | - |
| YUV | 157.52 | 144.07 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 186 | 0.60 | 0 | 0.04 | 0.24 | 176.38 | 0.48 | 0.53 |
| Hex | 4D | C1 | BA | 3C | 0 | 4 | 18 | B0 | 30 | 35 |
| Octal | 115 | 301 | 272 | 74 | 0 | 4 | 30 | 260 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10111010 | 111100 | 0 | 100 | 11000 | 10110000 | 110000 | 110101 |
Color Harmonies of #4DC1BA
Complementary color
Monochromatic Colors of #4DC1BA
Black with #4DC1BA
Text Example
Text Example
White with #4DC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1BA; }
p { color: rgb(77,193,186); }
H1.HeaderClassName
{
color: #4DC1BA;
}
.AnyTagClassName
{
color: #4DC1BA;
}
</style>
background-color css
<style>
a { background-color: #4DC1BA; }
a { background-color: rgb(77,193,186); }
div.DivClassName
{
background-color: #4DC1BA;
}
.BgClassName
{
background-color: #4DC1BA;
}
</style>
border-color css
<style>
span { border-color: #4DC1BA; }
span { border-color: rgb(77,193,186); }
td.TdClassName
{
border-color: #4DC1BA;
}
.TagClassName
{
border-color: #4DC1BA;
}
</style>