Shades of Medium Turquoise #4DDADC
Tints of Medium Turquoise #4DDADC
RGB
CMYK
RGB Variations
Color information
#4DDADC (or 0x4DDADC) is known color: Medium Turquoise. HEX triplet: 4D, DA and DC. RGB value is (77,218,220). Sum of RGB (Red+Green+Blue) = 77+218+220=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDADC is #B22523. Grayscale: #AFAFAF. Windows color (decimal): -11674916 or 14473805. OLE color: 14473805.
HSL color Cylindrical-coordinate representation of color #4DDADC: hue angle of 180.84º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDADC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 218 | 220 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.14 |
| HSL | 180.84º | 0.67% | 0.58% | - |
| HSV(B) | 180.84º | 0.65% | 0.86% | - |
| XYZ | 41.05 | 56.89 | 76.53 | - |
| YUV | 176.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 220 | 0.65 | 0.01 | 0 | 0.14 | 180.84 | 0.67 | 0.58 |
| Hex | 4D | DA | DC | 41 | 1 | 0 | E | B5 | 43 | 3A |
| Octal | 115 | 332 | 334 | 101 | 1 | 0 | 16 | 265 | 103 | 72 |
| Binary | 1001101 | 11011010 | 11011100 | 1000001 | 1 | 0 | 1110 | 10110101 | 1000011 | 111010 |
Color Harmonies of #4DDADC
Complementary color
Monochromatic Colors of #4DDADC
Black with #4DDADC
Text Example
Text Example
White with #4DDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDADC; }
p { color: rgb(77,218,220); }
H1.HeaderClassName
{
color: #4DDADC;
}
.AnyTagClassName
{
color: #4DDADC;
}
</style>
background-color css
<style>
a { background-color: #4DDADC; }
a { background-color: rgb(77,218,220); }
div.DivClassName
{
background-color: #4DDADC;
}
.BgClassName
{
background-color: #4DDADC;
}
</style>
border-color css
<style>
span { border-color: #4DDADC; }
span { border-color: rgb(77,218,220); }
td.TdClassName
{
border-color: #4DDADC;
}
.TagClassName
{
border-color: #4DDADC;
}
</style>