Shades of Medium Turquoise #4DD7DC
Tints of Medium Turquoise #4DD7DC
RGB
CMYK
RGB Variations
Color information
#4DD7DC (or 0x4DD7DC) is known color: Medium Turquoise. HEX triplet: 4D, D7 and DC. RGB value is (77,215,220). Sum of RGB (Red+Green+Blue) = 77+215+220=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DD7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD7DC is #B22823. Grayscale: #AEAEAE. Windows color (decimal): -11675684 or 14473037. OLE color: 14473037.
HSL color Cylindrical-coordinate representation of color #4DD7DC: hue angle of 182.1º 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 #4DD7DC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 215 | 220 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.14 |
| HSL | 182.1º | 0.67% | 0.58% | - |
| HSV(B) | 182.1º | 0.65% | 0.86% | - |
| XYZ | 40.28 | 55.35 | 76.27 | - |
| YUV | 174.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 220 | 0.65 | 0.02 | 0 | 0.14 | 182.1 | 0.67 | 0.58 |
| Hex | 4D | D7 | DC | 41 | 2 | 0 | E | B6 | 43 | 3A |
| Octal | 115 | 327 | 334 | 101 | 2 | 0 | 16 | 266 | 103 | 72 |
| Binary | 1001101 | 11010111 | 11011100 | 1000001 | 10 | 0 | 1110 | 10110110 | 1000011 | 111010 |
Color Harmonies of #4DD7DC
Complementary color
Monochromatic Colors of #4DD7DC
Black with #4DD7DC
Text Example
Text Example
White with #4DD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD7DC; }
p { color: rgb(77,215,220); }
H1.HeaderClassName
{
color: #4DD7DC;
}
.AnyTagClassName
{
color: #4DD7DC;
}
</style>
background-color css
<style>
a { background-color: #4DD7DC; }
a { background-color: rgb(77,215,220); }
div.DivClassName
{
background-color: #4DD7DC;
}
.BgClassName
{
background-color: #4DD7DC;
}
</style>
border-color css
<style>
span { border-color: #4DD7DC; }
span { border-color: rgb(77,215,220); }
td.TdClassName
{
border-color: #4DD7DC;
}
.TagClassName
{
border-color: #4DD7DC;
}
</style>