Shades of Medium Turquoise #4DDAD3
Tints of Medium Turquoise #4DDAD3
RGB
CMYK
RGB Variations
Color information
#4DDAD3 (or 0x4DDAD3) is known color: Medium Turquoise. HEX triplet: 4D, DA and D3. RGB value is (77,218,211). Sum of RGB (Red+Green+Blue) = 77+218+211=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAD3 is #B2252C. Grayscale: #AEAEAE. Windows color (decimal): -11674925 or 13883981. OLE color: 13883981.
HSL color Cylindrical-coordinate representation of color #4DDAD3: hue angle of 177.02º 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 #4DDAD3 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 211 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.15 |
| HSL | 177.02º | 0.66% | 0.58% | - |
| HSV(B) | 177.02º | 0.65% | 0.85% | - |
| XYZ | 39.89 | 56.42 | 70.42 | - |
| YUV | 175.04 | 148.29 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 211 | 0.65 | 0 | 0.03 | 0.15 | 177.02 | 0.66 | 0.58 |
| Hex | 4D | DA | D3 | 41 | 0 | 3 | F | B1 | 42 | 3A |
| Octal | 115 | 332 | 323 | 101 | 0 | 3 | 17 | 261 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11010011 | 1000001 | 0 | 11 | 1111 | 10110001 | 1000010 | 111010 |
Color Harmonies of #4DDAD3
Complementary color
Monochromatic Colors of #4DDAD3
Black with #4DDAD3
Text Example
Text Example
White with #4DDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAD3; }
p { color: rgb(77,218,211); }
H1.HeaderClassName
{
color: #4DDAD3;
}
.AnyTagClassName
{
color: #4DDAD3;
}
</style>
background-color css
<style>
a { background-color: #4DDAD3; }
a { background-color: rgb(77,218,211); }
div.DivClassName
{
background-color: #4DDAD3;
}
.BgClassName
{
background-color: #4DDAD3;
}
</style>
border-color css
<style>
span { border-color: #4DDAD3; }
span { border-color: rgb(77,218,211); }
td.TdClassName
{
border-color: #4DDAD3;
}
.TagClassName
{
border-color: #4DDAD3;
}
</style>