Shades of Medium Turquoise #4DDCBA
Tints of Medium Turquoise #4DDCBA
RGB
CMYK
RGB Variations
Color information
#4DDCBA (or 0x4DDCBA) is known color: Medium Turquoise. HEX triplet: 4D, DC and BA. RGB value is (77,220,186). Sum of RGB (Red+Green+Blue) = 77+220+186=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCBA is #B22345. Grayscale: #ADADAD. Windows color (decimal): -11674438 or 12246093. OLE color: 12246093.
HSL color Cylindrical-coordinate representation of color #4DDCBA: hue angle of 165.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCBA is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 186 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.14 |
| HSL | 165.73º | 0.67% | 0.58% | - |
| HSV(B) | 165.73º | 0.65% | 0.86% | - |
| XYZ | 37.52 | 56.31 | 55.35 | - |
| YUV | 173.37 | 135.12 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 186 | 0.65 | 0 | 0.15 | 0.14 | 165.73 | 0.67 | 0.58 |
| Hex | 4D | DC | BA | 41 | 0 | F | E | A6 | 43 | 3A |
| Octal | 115 | 334 | 272 | 101 | 0 | 17 | 16 | 246 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10111010 | 1000001 | 0 | 1111 | 1110 | 10100110 | 1000011 | 111010 |
Color Harmonies of #4DDCBA
Complementary color
Monochromatic Colors of #4DDCBA
Black with #4DDCBA
Text Example
Text Example
White with #4DDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCBA; }
p { color: rgb(77,220,186); }
H1.HeaderClassName
{
color: #4DDCBA;
}
.AnyTagClassName
{
color: #4DDCBA;
}
</style>
background-color css
<style>
a { background-color: #4DDCBA; }
a { background-color: rgb(77,220,186); }
div.DivClassName
{
background-color: #4DDCBA;
}
.BgClassName
{
background-color: #4DDCBA;
}
</style>
border-color css
<style>
span { border-color: #4DDCBA; }
span { border-color: rgb(77,220,186); }
td.TdClassName
{
border-color: #4DDCBA;
}
.TagClassName
{
border-color: #4DDCBA;
}
</style>