Shades of Medium Turquoise #4DDAD4
Tints of Medium Turquoise #4DDAD4
RGB
CMYK
RGB Variations
Color information
#4DDAD4 (or 0x4DDAD4) is known color: Medium Turquoise. HEX triplet: 4D, DA and D4. RGB value is (77,218,212). Sum of RGB (Red+Green+Blue) = 77+218+212=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAD4 is #B2252B. Grayscale: #AFAFAF. Windows color (decimal): -11674924 or 13949517. OLE color: 13949517.
HSL color Cylindrical-coordinate representation of color #4DDAD4: hue angle of 177.45º 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 #4DDAD4 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 212 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.15 |
| HSL | 177.45º | 0.66% | 0.58% | - |
| HSV(B) | 177.45º | 0.65% | 0.85% | - |
| XYZ | 40.02 | 56.47 | 71.08 | - |
| YUV | 175.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 212 | 0.65 | 0 | 0.03 | 0.15 | 177.45 | 0.66 | 0.58 |
| Hex | 4D | DA | D4 | 41 | 0 | 3 | F | B1 | 42 | 3A |
| Octal | 115 | 332 | 324 | 101 | 0 | 3 | 17 | 261 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11010100 | 1000001 | 0 | 11 | 1111 | 10110001 | 1000010 | 111010 |
Color Harmonies of #4DDAD4
Complementary color
Monochromatic Colors of #4DDAD4
Black with #4DDAD4
Text Example
Text Example
White with #4DDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAD4; }
p { color: rgb(77,218,212); }
H1.HeaderClassName
{
color: #4DDAD4;
}
.AnyTagClassName
{
color: #4DDAD4;
}
</style>
background-color css
<style>
a { background-color: #4DDAD4; }
a { background-color: rgb(77,218,212); }
div.DivClassName
{
background-color: #4DDAD4;
}
.BgClassName
{
background-color: #4DDAD4;
}
</style>
border-color css
<style>
span { border-color: #4DDAD4; }
span { border-color: rgb(77,218,212); }
td.TdClassName
{
border-color: #4DDAD4;
}
.TagClassName
{
border-color: #4DDAD4;
}
</style>