Shades of Medium Turquoise #4DCCBA
Tints of Medium Turquoise #4DCCBA
RGB
CMYK
RGB Variations
Color information
#4DCCBA (or 0x4DCCBA) is known color: Medium Turquoise. HEX triplet: 4D, CC and BA. RGB value is (77,204,186). Sum of RGB (Red+Green+Blue) = 77+204+186=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCBA is #B23345. Grayscale: #A3A3A3. Windows color (decimal): -11678534 or 12241997. OLE color: 12241997.
HSL color Cylindrical-coordinate representation of color #4DCCBA: hue angle of 171.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCBA is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 186 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.2 |
| HSL | 171.5º | 0.55% | 0.55% | - |
| HSV(B) | 171.5º | 0.62% | 0.8% | - |
| XYZ | 33.52 | 48.31 | 54.01 | - |
| YUV | 163.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 186 | 0.62 | 0 | 0.09 | 0.2 | 171.5 | 0.55 | 0.55 |
| Hex | 4D | CC | BA | 3E | 0 | 9 | 14 | AB | 37 | 37 |
| Octal | 115 | 314 | 272 | 76 | 0 | 11 | 24 | 253 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10111010 | 111110 | 0 | 1001 | 10100 | 10101011 | 110111 | 110111 |
Color Harmonies of #4DCCBA
Complementary color
Monochromatic Colors of #4DCCBA
Black with #4DCCBA
Text Example
Text Example
White with #4DCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCBA; }
p { color: rgb(77,204,186); }
H1.HeaderClassName
{
color: #4DCCBA;
}
.AnyTagClassName
{
color: #4DCCBA;
}
</style>
background-color css
<style>
a { background-color: #4DCCBA; }
a { background-color: rgb(77,204,186); }
div.DivClassName
{
background-color: #4DCCBA;
}
.BgClassName
{
background-color: #4DCCBA;
}
</style>
border-color css
<style>
span { border-color: #4DCCBA; }
span { border-color: rgb(77,204,186); }
td.TdClassName
{
border-color: #4DCCBA;
}
.TagClassName
{
border-color: #4DCCBA;
}
</style>