Shades of Medium Turquoise #4DCCDC
Tints of Medium Turquoise #4DCCDC
RGB
CMYK
RGB Variations
Color information
#4DCCDC (or 0x4DCCDC) is known color: Medium Turquoise. HEX triplet: 4D, CC and DC. RGB value is (77,204,220). Sum of RGB (Red+Green+Blue) = 77+204+220=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDC is #B23323. Grayscale: #A7A7A7. Windows color (decimal): -11678500 or 14470221. OLE color: 14470221.
HSL color Cylindrical-coordinate representation of color #4DCCDC: hue angle of 186.71º 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 #4DCCDC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 204 | 220 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.71º | 0.67% | 0.58% | - |
| HSV(B) | 186.71º | 0.65% | 0.86% | - |
| XYZ | 37.57 | 49.93 | 75.37 | - |
| YUV | 167.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 220 | 0.65 | 0.07 | 0 | 0.14 | 186.71 | 0.67 | 0.58 |
| Hex | 4D | CC | DC | 41 | 7 | 0 | E | BB | 43 | 3A |
| Octal | 115 | 314 | 334 | 101 | 7 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001101 | 11001100 | 11011100 | 1000001 | 111 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4DCCDC
Complementary color
Monochromatic Colors of #4DCCDC
Black with #4DCCDC
Text Example
Text Example
White with #4DCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCDC; }
p { color: rgb(77,204,220); }
H1.HeaderClassName
{
color: #4DCCDC;
}
.AnyTagClassName
{
color: #4DCCDC;
}
</style>
background-color css
<style>
a { background-color: #4DCCDC; }
a { background-color: rgb(77,204,220); }
div.DivClassName
{
background-color: #4DCCDC;
}
.BgClassName
{
background-color: #4DCCDC;
}
</style>
border-color css
<style>
span { border-color: #4DCCDC; }
span { border-color: rgb(77,204,220); }
td.TdClassName
{
border-color: #4DCCDC;
}
.TagClassName
{
border-color: #4DCCDC;
}
</style>