Shades of Medium Turquoise #4DDABA
Tints of Medium Turquoise #4DDABA
RGB
CMYK
RGB Variations
Color information
#4DDABA (or 0x4DDABA) is known color: Medium Turquoise. HEX triplet: 4D, DA and BA. RGB value is (77,218,186). Sum of RGB (Red+Green+Blue) = 77+218+186=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDABA is #B22545. Grayscale: #ACACAC. Windows color (decimal): -11674950 or 12245581. OLE color: 12245581.
HSL color Cylindrical-coordinate representation of color #4DDABA: hue angle of 166.38º 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 #4DDABA is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 186 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.15 |
| HSL | 166.38º | 0.66% | 0.58% | - |
| HSV(B) | 166.38º | 0.65% | 0.85% | - |
| XYZ | 36.99 | 55.27 | 55.17 | - |
| YUV | 172.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 186 | 0.65 | 0 | 0.15 | 0.15 | 166.38 | 0.66 | 0.58 |
| Hex | 4D | DA | BA | 41 | 0 | F | F | A6 | 42 | 3A |
| Octal | 115 | 332 | 272 | 101 | 0 | 17 | 17 | 246 | 102 | 72 |
| Binary | 1001101 | 11011010 | 10111010 | 1000001 | 0 | 1111 | 1111 | 10100110 | 1000010 | 111010 |
Color Harmonies of #4DDABA
Complementary color
Monochromatic Colors of #4DDABA
Black with #4DDABA
Text Example
Text Example
White with #4DDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDABA; }
p { color: rgb(77,218,186); }
H1.HeaderClassName
{
color: #4DDABA;
}
.AnyTagClassName
{
color: #4DDABA;
}
</style>
background-color css
<style>
a { background-color: #4DDABA; }
a { background-color: rgb(77,218,186); }
div.DivClassName
{
background-color: #4DDABA;
}
.BgClassName
{
background-color: #4DDABA;
}
</style>
border-color css
<style>
span { border-color: #4DDABA; }
span { border-color: rgb(77,218,186); }
td.TdClassName
{
border-color: #4DDABA;
}
.TagClassName
{
border-color: #4DDABA;
}
</style>