Shades of Medium Turquoise #4DDAD0
Tints of Medium Turquoise #4DDAD0
RGB
CMYK
RGB Variations
Color information
#4DDAD0 (or 0x4DDAD0) is known color: Medium Turquoise. HEX triplet: 4D, DA and D0. RGB value is (77,218,208). Sum of RGB (Red+Green+Blue) = 77+218+208=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAD0 is #B2252F. Grayscale: #AEAEAE. Windows color (decimal): -11674928 or 13687373. OLE color: 13687373.
HSL color Cylindrical-coordinate representation of color #4DDAD0: hue angle of 175.74º 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 #4DDAD0 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 208 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.15 |
| HSL | 175.74º | 0.66% | 0.58% | - |
| HSV(B) | 175.74º | 0.65% | 0.85% | - |
| XYZ | 39.52 | 56.27 | 68.45 | - |
| YUV | 174.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 208 | 0.65 | 0 | 0.05 | 0.15 | 175.74 | 0.66 | 0.58 |
| Hex | 4D | DA | D0 | 41 | 0 | 5 | F | B0 | 42 | 3A |
| Octal | 115 | 332 | 320 | 101 | 0 | 5 | 17 | 260 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11010000 | 1000001 | 0 | 101 | 1111 | 10110000 | 1000010 | 111010 |
Color Harmonies of #4DDAD0
Complementary color
Monochromatic Colors of #4DDAD0
Black with #4DDAD0
Text Example
Text Example
White with #4DDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAD0; }
p { color: rgb(77,218,208); }
H1.HeaderClassName
{
color: #4DDAD0;
}
.AnyTagClassName
{
color: #4DDAD0;
}
</style>
background-color css
<style>
a { background-color: #4DDAD0; }
a { background-color: rgb(77,218,208); }
div.DivClassName
{
background-color: #4DDAD0;
}
.BgClassName
{
background-color: #4DDAD0;
}
</style>
border-color css
<style>
span { border-color: #4DDAD0; }
span { border-color: rgb(77,218,208); }
td.TdClassName
{
border-color: #4DDAD0;
}
.TagClassName
{
border-color: #4DDAD0;
}
</style>