Shades of Medium Turquoise #4DDCC6
Tints of Medium Turquoise #4DDCC6
RGB
CMYK
RGB Variations
Color information
#4DDCC6 (or 0x4DDCC6) is known color: Medium Turquoise. HEX triplet: 4D, DC and C6. RGB value is (77,220,198). Sum of RGB (Red+Green+Blue) = 77+220+198=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCC6 is #B22339. Grayscale: #AEAEAE. Windows color (decimal): -11674426 or 13032525. OLE color: 13032525.
HSL color Cylindrical-coordinate representation of color #4DDCC6: hue angle of 170.77º 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 #4DDCC6 is Cyan = 0.65, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 198 | - |
| CMYK | 0.65 | 0 | 0.1 | 0.14 |
| HSL | 170.77º | 0.67% | 0.58% | - |
| HSV(B) | 170.77º | 0.65% | 0.86% | - |
| XYZ | 38.85 | 56.84 | 62.35 | - |
| YUV | 174.74 | 141.12 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 198 | 0.65 | 0 | 0.1 | 0.14 | 170.77 | 0.67 | 0.58 |
| Hex | 4D | DC | C6 | 41 | 0 | A | E | AB | 43 | 3A |
| Octal | 115 | 334 | 306 | 101 | 0 | 12 | 16 | 253 | 103 | 72 |
| Binary | 1001101 | 11011100 | 11000110 | 1000001 | 0 | 1010 | 1110 | 10101011 | 1000011 | 111010 |
Color Harmonies of #4DDCC6
Complementary color
Monochromatic Colors of #4DDCC6
Black with #4DDCC6
Text Example
Text Example
White with #4DDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCC6; }
p { color: rgb(77,220,198); }
H1.HeaderClassName
{
color: #4DDCC6;
}
.AnyTagClassName
{
color: #4DDCC6;
}
</style>
background-color css
<style>
a { background-color: #4DDCC6; }
a { background-color: rgb(77,220,198); }
div.DivClassName
{
background-color: #4DDCC6;
}
.BgClassName
{
background-color: #4DDCC6;
}
</style>
border-color css
<style>
span { border-color: #4DDCC6; }
span { border-color: rgb(77,220,198); }
td.TdClassName
{
border-color: #4DDCC6;
}
.TagClassName
{
border-color: #4DDCC6;
}
</style>