Shades of Medium Turquoise #4DDCBE
Tints of Medium Turquoise #4DDCBE
RGB
CMYK
RGB Variations
Color information
#4DDCBE (or 0x4DDCBE) is known color: Medium Turquoise. HEX triplet: 4D, DC and BE. RGB value is (77,220,190). Sum of RGB (Red+Green+Blue) = 77+220+190=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCBE is #B22341. Grayscale: #ADADAD. Windows color (decimal): -11674434 or 12508237. OLE color: 12508237.
HSL color Cylindrical-coordinate representation of color #4DDCBE: hue angle of 167.41º 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 #4DDCBE is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 190 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.14 |
| HSL | 167.41º | 0.67% | 0.58% | - |
| HSV(B) | 167.41º | 0.65% | 0.86% | - |
| XYZ | 37.95 | 56.48 | 57.62 | - |
| YUV | 173.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 190 | 0.65 | 0 | 0.14 | 0.14 | 167.41 | 0.67 | 0.58 |
| Hex | 4D | DC | BE | 41 | 0 | E | E | A7 | 43 | 3A |
| Octal | 115 | 334 | 276 | 101 | 0 | 16 | 16 | 247 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10111110 | 1000001 | 0 | 1110 | 1110 | 10100111 | 1000011 | 111010 |
Color Harmonies of #4DDCBE
Complementary color
Monochromatic Colors of #4DDCBE
Black with #4DDCBE
Text Example
Text Example
White with #4DDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCBE; }
p { color: rgb(77,220,190); }
H1.HeaderClassName
{
color: #4DDCBE;
}
.AnyTagClassName
{
color: #4DDCBE;
}
</style>
background-color css
<style>
a { background-color: #4DDCBE; }
a { background-color: rgb(77,220,190); }
div.DivClassName
{
background-color: #4DDCBE;
}
.BgClassName
{
background-color: #4DDCBE;
}
</style>
border-color css
<style>
span { border-color: #4DDCBE; }
span { border-color: rgb(77,220,190); }
td.TdClassName
{
border-color: #4DDCBE;
}
.TagClassName
{
border-color: #4DDCBE;
}
</style>