Shades of Medium Turquoise #4DCEDC
Tints of Medium Turquoise #4DCEDC
RGB
CMYK
RGB Variations
Color information
#4DCEDC (or 0x4DCEDC) is known color: Medium Turquoise. HEX triplet: 4D, CE and DC. RGB value is (77,206,220). Sum of RGB (Red+Green+Blue) = 77+206+220=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEDC is #B23123. Grayscale: #A8A8A8. Windows color (decimal): -11677988 or 14470733. OLE color: 14470733.
HSL color Cylindrical-coordinate representation of color #4DCEDC: hue angle of 185.87º 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 #4DCEDC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 206 | 220 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.87º | 0.67% | 0.58% | - |
| HSV(B) | 185.87º | 0.65% | 0.86% | - |
| XYZ | 38.05 | 50.89 | 75.53 | - |
| YUV | 169.03 | 156.76 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 220 | 0.65 | 0.06 | 0 | 0.14 | 185.87 | 0.67 | 0.58 |
| Hex | 4D | CE | DC | 41 | 6 | 0 | E | BA | 43 | 3A |
| Octal | 115 | 316 | 334 | 101 | 6 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001101 | 11001110 | 11011100 | 1000001 | 110 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4DCEDC
Complementary color
Monochromatic Colors of #4DCEDC
Black with #4DCEDC
Text Example
Text Example
White with #4DCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEDC; }
p { color: rgb(77,206,220); }
H1.HeaderClassName
{
color: #4DCEDC;
}
.AnyTagClassName
{
color: #4DCEDC;
}
</style>
background-color css
<style>
a { background-color: #4DCEDC; }
a { background-color: rgb(77,206,220); }
div.DivClassName
{
background-color: #4DCEDC;
}
.BgClassName
{
background-color: #4DCEDC;
}
</style>
border-color css
<style>
span { border-color: #4DCEDC; }
span { border-color: rgb(77,206,220); }
td.TdClassName
{
border-color: #4DCEDC;
}
.TagClassName
{
border-color: #4DCEDC;
}
</style>