Shades of Medium Turquoise #4DC2BA
Tints of Medium Turquoise #4DC2BA
RGB
CMYK
RGB Variations
Color information
#4DC2BA (or 0x4DC2BA) is known color: Medium Turquoise. HEX triplet: 4D, C2 and BA. RGB value is (77,194,186). Sum of RGB (Red+Green+Blue) = 77+194+186=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2BA is #B23D45. Grayscale: #9E9E9E. Windows color (decimal): -11681094 or 12239437. OLE color: 12239437.
HSL color Cylindrical-coordinate representation of color #4DC2BA: hue angle of 175.9º degrees, saturation: 0.49, 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 #4DC2BA is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 186 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.24 |
| HSL | 175.9º | 0.49% | 0.53% | - |
| HSV(B) | 175.9º | 0.6% | 0.76% | - |
| XYZ | 31.22 | 43.71 | 53.25 | - |
| YUV | 158.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 186 | 0.60 | 0 | 0.04 | 0.24 | 175.9 | 0.49 | 0.53 |
| Hex | 4D | C2 | BA | 3C | 0 | 4 | 18 | B0 | 31 | 35 |
| Octal | 115 | 302 | 272 | 74 | 0 | 4 | 30 | 260 | 61 | 65 |
| Binary | 1001101 | 11000010 | 10111010 | 111100 | 0 | 100 | 11000 | 10110000 | 110001 | 110101 |
Color Harmonies of #4DC2BA
Complementary color
Monochromatic Colors of #4DC2BA
Black with #4DC2BA
Text Example
Text Example
White with #4DC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2BA; }
p { color: rgb(77,194,186); }
H1.HeaderClassName
{
color: #4DC2BA;
}
.AnyTagClassName
{
color: #4DC2BA;
}
</style>
background-color css
<style>
a { background-color: #4DC2BA; }
a { background-color: rgb(77,194,186); }
div.DivClassName
{
background-color: #4DC2BA;
}
.BgClassName
{
background-color: #4DC2BA;
}
</style>
border-color css
<style>
span { border-color: #4DC2BA; }
span { border-color: rgb(77,194,186); }
td.TdClassName
{
border-color: #4DC2BA;
}
.TagClassName
{
border-color: #4DC2BA;
}
</style>