Shades of Medium Turquoise #4DDACE
Tints of Medium Turquoise #4DDACE
RGB
CMYK
RGB Variations
Color information
#4DDACE (or 0x4DDACE) is known color: Medium Turquoise. HEX triplet: 4D, DA and CE. RGB value is (77,218,206). Sum of RGB (Red+Green+Blue) = 77+218+206=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDACE is #B22531. Grayscale: #AEAEAE. Windows color (decimal): -11674930 or 13556301. OLE color: 13556301.
HSL color Cylindrical-coordinate representation of color #4DDACE: hue angle of 174.89º 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 #4DDACE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 206 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.15 |
| HSL | 174.89º | 0.66% | 0.58% | - |
| HSV(B) | 174.89º | 0.65% | 0.85% | - |
| XYZ | 39.27 | 56.18 | 67.17 | - |
| YUV | 174.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 206 | 0.65 | 0 | 0.06 | 0.15 | 174.89 | 0.66 | 0.58 |
| Hex | 4D | DA | CE | 41 | 0 | 6 | F | AF | 42 | 3A |
| Octal | 115 | 332 | 316 | 101 | 0 | 6 | 17 | 257 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11001110 | 1000001 | 0 | 110 | 1111 | 10101111 | 1000010 | 111010 |
Color Harmonies of #4DDACE
Complementary color
Monochromatic Colors of #4DDACE
Black with #4DDACE
Text Example
Text Example
White with #4DDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDACE; }
p { color: rgb(77,218,206); }
H1.HeaderClassName
{
color: #4DDACE;
}
.AnyTagClassName
{
color: #4DDACE;
}
</style>
background-color css
<style>
a { background-color: #4DDACE; }
a { background-color: rgb(77,218,206); }
div.DivClassName
{
background-color: #4DDACE;
}
.BgClassName
{
background-color: #4DDACE;
}
</style>
border-color css
<style>
span { border-color: #4DDACE; }
span { border-color: rgb(77,218,206); }
td.TdClassName
{
border-color: #4DDACE;
}
.TagClassName
{
border-color: #4DDACE;
}
</style>