Shades of Medium Turquoise #4DD6DC
Tints of Medium Turquoise #4DD6DC
RGB
CMYK
RGB Variations
Color information
#4DD6DC (or 0x4DD6DC) is known color: Medium Turquoise. HEX triplet: 4D, D6 and DC. RGB value is (77,214,220). Sum of RGB (Red+Green+Blue) = 77+214+220=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DD6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD6DC is #B22923. Grayscale: #ADADAD. Windows color (decimal): -11675940 or 14472781. OLE color: 14472781.
HSL color Cylindrical-coordinate representation of color #4DD6DC: hue angle of 182.52º 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 #4DD6DC is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 214 | 220 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.14 |
| HSL | 182.52º | 0.67% | 0.58% | - |
| HSV(B) | 182.52º | 0.65% | 0.86% | - |
| XYZ | 40.03 | 54.84 | 76.19 | - |
| YUV | 173.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 220 | 0.65 | 0.03 | 0 | 0.14 | 182.52 | 0.67 | 0.58 |
| Hex | 4D | D6 | DC | 41 | 3 | 0 | E | B7 | 43 | 3A |
| Octal | 115 | 326 | 334 | 101 | 3 | 0 | 16 | 267 | 103 | 72 |
| Binary | 1001101 | 11010110 | 11011100 | 1000001 | 11 | 0 | 1110 | 10110111 | 1000011 | 111010 |
Color Harmonies of #4DD6DC
Complementary color
Monochromatic Colors of #4DD6DC
Black with #4DD6DC
Text Example
Text Example
White with #4DD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6DC; }
p { color: rgb(77,214,220); }
H1.HeaderClassName
{
color: #4DD6DC;
}
.AnyTagClassName
{
color: #4DD6DC;
}
</style>
background-color css
<style>
a { background-color: #4DD6DC; }
a { background-color: rgb(77,214,220); }
div.DivClassName
{
background-color: #4DD6DC;
}
.BgClassName
{
background-color: #4DD6DC;
}
</style>
border-color css
<style>
span { border-color: #4DD6DC; }
span { border-color: rgb(77,214,220); }
td.TdClassName
{
border-color: #4DD6DC;
}
.TagClassName
{
border-color: #4DD6DC;
}
</style>