Shades of Medium Turquoise #4DD8BA
Tints of Medium Turquoise #4DD8BA
RGB
CMYK
RGB Variations
Color information
#4DD8BA (or 0x4DD8BA) is known color: Medium Turquoise. HEX triplet: 4D, D8 and BA. RGB value is (77,216,186). Sum of RGB (Red+Green+Blue) = 77+216+186=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD8BA is #B22745. Grayscale: #ABABAB. Windows color (decimal): -11675462 or 12245069. OLE color: 12245069.
HSL color Cylindrical-coordinate representation of color #4DD8BA: hue angle of 167.05º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD8BA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 186 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.15 |
| HSL | 167.05º | 0.64% | 0.57% | - |
| HSV(B) | 167.05º | 0.64% | 0.85% | - |
| XYZ | 36.48 | 54.23 | 55 | - |
| YUV | 171.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 186 | 0.64 | 0 | 0.14 | 0.15 | 167.05 | 0.64 | 0.57 |
| Hex | 4D | D8 | BA | 40 | 0 | E | F | A7 | 40 | 39 |
| Octal | 115 | 330 | 272 | 100 | 0 | 16 | 17 | 247 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10111010 | 1000000 | 0 | 1110 | 1111 | 10100111 | 1000000 | 111001 |
Color Harmonies of #4DD8BA
Complementary color
Monochromatic Colors of #4DD8BA
Black with #4DD8BA
Text Example
Text Example
White with #4DD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD8BA; }
p { color: rgb(77,216,186); }
H1.HeaderClassName
{
color: #4DD8BA;
}
.AnyTagClassName
{
color: #4DD8BA;
}
</style>
background-color css
<style>
a { background-color: #4DD8BA; }
a { background-color: rgb(77,216,186); }
div.DivClassName
{
background-color: #4DD8BA;
}
.BgClassName
{
background-color: #4DD8BA;
}
</style>
border-color css
<style>
span { border-color: #4DD8BA; }
span { border-color: rgb(77,216,186); }
td.TdClassName
{
border-color: #4DD8BA;
}
.TagClassName
{
border-color: #4DD8BA;
}
</style>