Shades of Medium Turquoise #4DDCC5
Tints of Medium Turquoise #4DDCC5
RGB
CMYK
RGB Variations
Color information
#4DDCC5 (or 0x4DDCC5) is known color: Medium Turquoise. HEX triplet: 4D, DC and C5. RGB value is (77,220,197). Sum of RGB (Red+Green+Blue) = 77+220+197=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCC5 is #B2233A. Grayscale: #AEAEAE. Windows color (decimal): -11674427 or 12966989. OLE color: 12966989.
HSL color Cylindrical-coordinate representation of color #4DDCC5: hue angle of 170.35º 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 #4DDCC5 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 197 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.14 |
| HSL | 170.35º | 0.67% | 0.58% | - |
| HSV(B) | 170.35º | 0.65% | 0.86% | - |
| XYZ | 38.73 | 56.8 | 61.74 | - |
| YUV | 174.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 197 | 0.65 | 0 | 0.10 | 0.14 | 170.35 | 0.67 | 0.58 |
| Hex | 4D | DC | C5 | 41 | 0 | A | E | AA | 43 | 3A |
| Octal | 115 | 334 | 305 | 101 | 0 | 12 | 16 | 252 | 103 | 72 |
| Binary | 1001101 | 11011100 | 11000101 | 1000001 | 0 | 1010 | 1110 | 10101010 | 1000011 | 111010 |
Color Harmonies of #4DDCC5
Complementary color
Monochromatic Colors of #4DDCC5
Black with #4DDCC5
Text Example
Text Example
White with #4DDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCC5; }
p { color: rgb(77,220,197); }
H1.HeaderClassName
{
color: #4DDCC5;
}
.AnyTagClassName
{
color: #4DDCC5;
}
</style>
background-color css
<style>
a { background-color: #4DDCC5; }
a { background-color: rgb(77,220,197); }
div.DivClassName
{
background-color: #4DDCC5;
}
.BgClassName
{
background-color: #4DDCC5;
}
</style>
border-color css
<style>
span { border-color: #4DDCC5; }
span { border-color: rgb(77,220,197); }
td.TdClassName
{
border-color: #4DDCC5;
}
.TagClassName
{
border-color: #4DDCC5;
}
</style>