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