Shades of Medium Turquoise #4DDABB
Tints of Medium Turquoise #4DDABB
RGB
CMYK
RGB Variations
Color information
#4DDABB (or 0x4DDABB) is known color: Medium Turquoise. HEX triplet: 4D, DA and BB. RGB value is (77,218,187). Sum of RGB (Red+Green+Blue) = 77+218+187=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDABB is #B22544. Grayscale: #ACACAC. Windows color (decimal): -11674949 or 12311117. OLE color: 12311117.
HSL color Cylindrical-coordinate representation of color #4DDABB: hue angle of 166.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDABB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 187 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.15 |
| HSL | 166.81º | 0.66% | 0.58% | - |
| HSV(B) | 166.81º | 0.65% | 0.85% | - |
| XYZ | 37.1 | 55.31 | 55.73 | - |
| YUV | 172.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 187 | 0.65 | 0 | 0.14 | 0.15 | 166.81 | 0.66 | 0.58 |
| Hex | 4D | DA | BB | 41 | 0 | E | F | A7 | 42 | 3A |
| Octal | 115 | 332 | 273 | 101 | 0 | 16 | 17 | 247 | 102 | 72 |
| Binary | 1001101 | 11011010 | 10111011 | 1000001 | 0 | 1110 | 1111 | 10100111 | 1000010 | 111010 |
Color Harmonies of #4DDABB
Complementary color
Monochromatic Colors of #4DDABB
Black with #4DDABB
Text Example
Text Example
White with #4DDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDABB; }
p { color: rgb(77,218,187); }
H1.HeaderClassName
{
color: #4DDABB;
}
.AnyTagClassName
{
color: #4DDABB;
}
</style>
background-color css
<style>
a { background-color: #4DDABB; }
a { background-color: rgb(77,218,187); }
div.DivClassName
{
background-color: #4DDABB;
}
.BgClassName
{
background-color: #4DDABB;
}
</style>
border-color css
<style>
span { border-color: #4DDABB; }
span { border-color: rgb(77,218,187); }
td.TdClassName
{
border-color: #4DDABB;
}
.TagClassName
{
border-color: #4DDABB;
}
</style>