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