Shades of Medium Turquoise #4DD9DC
Tints of Medium Turquoise #4DD9DC
RGB
CMYK
RGB Variations
Color information
#4DD9DC (or 0x4DD9DC) is known color: Medium Turquoise. HEX triplet: 4D, D9 and DC. RGB value is (77,217,220). Sum of RGB (Red+Green+Blue) = 77+217+220=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DD9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD9DC is #B22623. Grayscale: #AFAFAF. Windows color (decimal): -11675172 or 14473549. OLE color: 14473549.
HSL color Cylindrical-coordinate representation of color #4DD9DC: hue angle of 181.26º 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 #4DD9DC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 217 | 220 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.14 |
| HSL | 181.26º | 0.67% | 0.58% | - |
| HSV(B) | 181.26º | 0.65% | 0.86% | - |
| XYZ | 40.79 | 56.37 | 76.44 | - |
| YUV | 175.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 220 | 0.65 | 0.01 | 0 | 0.14 | 181.26 | 0.67 | 0.58 |
| Hex | 4D | D9 | DC | 41 | 1 | 0 | E | B5 | 43 | 3A |
| Octal | 115 | 331 | 334 | 101 | 1 | 0 | 16 | 265 | 103 | 72 |
| Binary | 1001101 | 11011001 | 11011100 | 1000001 | 1 | 0 | 1110 | 10110101 | 1000011 | 111010 |
Color Harmonies of #4DD9DC
Complementary color
Monochromatic Colors of #4DD9DC
Black with #4DD9DC
Text Example
Text Example
White with #4DD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9DC; }
p { color: rgb(77,217,220); }
H1.HeaderClassName
{
color: #4DD9DC;
}
.AnyTagClassName
{
color: #4DD9DC;
}
</style>
background-color css
<style>
a { background-color: #4DD9DC; }
a { background-color: rgb(77,217,220); }
div.DivClassName
{
background-color: #4DD9DC;
}
.BgClassName
{
background-color: #4DD9DC;
}
</style>
border-color css
<style>
span { border-color: #4DD9DC; }
span { border-color: rgb(77,217,220); }
td.TdClassName
{
border-color: #4DD9DC;
}
.TagClassName
{
border-color: #4DD9DC;
}
</style>