Shades of Medium Turquoise #4DDCD1
Tints of Medium Turquoise #4DDCD1
RGB
CMYK
RGB Variations
Color information
#4DDCD1 (or 0x4DDCD1) is known color: Medium Turquoise. HEX triplet: 4D, DC and D1. RGB value is (77,220,209). Sum of RGB (Red+Green+Blue) = 77+220+209=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCD1 is #B2232E. Grayscale: #AFAFAF. Windows color (decimal): -11674415 or 13753421. OLE color: 13753421.
HSL color Cylindrical-coordinate representation of color #4DDCD1: hue angle of 175.38º 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 #4DDCD1 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 209 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.14 |
| HSL | 175.38º | 0.67% | 0.58% | - |
| HSV(B) | 175.38º | 0.65% | 0.86% | - |
| XYZ | 40.16 | 57.37 | 69.28 | - |
| YUV | 175.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 209 | 0.65 | 0 | 0.05 | 0.14 | 175.38 | 0.67 | 0.58 |
| Hex | 4D | DC | D1 | 41 | 0 | 5 | E | AF | 43 | 3A |
| Octal | 115 | 334 | 321 | 101 | 0 | 5 | 16 | 257 | 103 | 72 |
| Binary | 1001101 | 11011100 | 11010001 | 1000001 | 0 | 101 | 1110 | 10101111 | 1000011 | 111010 |
Color Harmonies of #4DDCD1
Complementary color
Monochromatic Colors of #4DDCD1
Black with #4DDCD1
Text Example
Text Example
White with #4DDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCD1; }
p { color: rgb(77,220,209); }
H1.HeaderClassName
{
color: #4DDCD1;
}
.AnyTagClassName
{
color: #4DDCD1;
}
</style>
background-color css
<style>
a { background-color: #4DDCD1; }
a { background-color: rgb(77,220,209); }
div.DivClassName
{
background-color: #4DDCD1;
}
.BgClassName
{
background-color: #4DDCD1;
}
</style>
border-color css
<style>
span { border-color: #4DDCD1; }
span { border-color: rgb(77,220,209); }
td.TdClassName
{
border-color: #4DDCD1;
}
.TagClassName
{
border-color: #4DDCD1;
}
</style>