Shades of Medium Turquoise #4DDCBF
Tints of Medium Turquoise #4DDCBF
RGB
CMYK
RGB Variations
Color information
#4DDCBF (or 0x4DDCBF) is known color: Medium Turquoise. HEX triplet: 4D, DC and BF. RGB value is (77,220,191). Sum of RGB (Red+Green+Blue) = 77+220+191=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCBF is #B22340. Grayscale: #ADADAD. Windows color (decimal): -11674433 or 12573773. OLE color: 12573773.
HSL color Cylindrical-coordinate representation of color #4DDCBF: hue angle of 167.83º 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 #4DDCBF is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 191 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.14 |
| HSL | 167.83º | 0.67% | 0.58% | - |
| HSV(B) | 167.83º | 0.65% | 0.86% | - |
| XYZ | 38.06 | 56.53 | 58.19 | - |
| YUV | 173.94 | 137.62 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 191 | 0.65 | 0 | 0.13 | 0.14 | 167.83 | 0.67 | 0.58 |
| Hex | 4D | DC | BF | 41 | 0 | D | E | A8 | 43 | 3A |
| Octal | 115 | 334 | 277 | 101 | 0 | 15 | 16 | 250 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10111111 | 1000001 | 0 | 1101 | 1110 | 10101000 | 1000011 | 111010 |
Color Harmonies of #4DDCBF
Complementary color
Monochromatic Colors of #4DDCBF
Black with #4DDCBF
Text Example
Text Example
White with #4DDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCBF; }
p { color: rgb(77,220,191); }
H1.HeaderClassName
{
color: #4DDCBF;
}
.AnyTagClassName
{
color: #4DDCBF;
}
</style>
background-color css
<style>
a { background-color: #4DDCBF; }
a { background-color: rgb(77,220,191); }
div.DivClassName
{
background-color: #4DDCBF;
}
.BgClassName
{
background-color: #4DDCBF;
}
</style>
border-color css
<style>
span { border-color: #4DDCBF; }
span { border-color: rgb(77,220,191); }
td.TdClassName
{
border-color: #4DDCBF;
}
.TagClassName
{
border-color: #4DDCBF;
}
</style>