Shades of Medium Turquoise #4DDBBD
Tints of Medium Turquoise #4DDBBD
RGB
CMYK
RGB Variations
Color information
#4DDBBD (or 0x4DDBBD) is known color: Medium Turquoise. HEX triplet: 4D, DB and BD. RGB value is (77,219,189). Sum of RGB (Red+Green+Blue) = 77+219+189=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBBD is #B22442. Grayscale: #ADADAD. Windows color (decimal): -11674691 or 12442445. OLE color: 12442445.
HSL color Cylindrical-coordinate representation of color #4DDBBD: hue angle of 167.32º degrees, saturation: 0.66, 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 #4DDBBD is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 189 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.14 |
| HSL | 167.32º | 0.66% | 0.58% | - |
| HSV(B) | 167.32º | 0.65% | 0.86% | - |
| XYZ | 37.58 | 55.91 | 56.96 | - |
| YUV | 173.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 189 | 0.65 | 0 | 0.14 | 0.14 | 167.32 | 0.66 | 0.58 |
| Hex | 4D | DB | BD | 41 | 0 | E | E | A7 | 42 | 3A |
| Octal | 115 | 333 | 275 | 101 | 0 | 16 | 16 | 247 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10111101 | 1000001 | 0 | 1110 | 1110 | 10100111 | 1000010 | 111010 |
Color Harmonies of #4DDBBD
Complementary color
Monochromatic Colors of #4DDBBD
Black with #4DDBBD
Text Example
Text Example
White with #4DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBBD; }
p { color: rgb(77,219,189); }
H1.HeaderClassName
{
color: #4DDBBD;
}
.AnyTagClassName
{
color: #4DDBBD;
}
</style>
background-color css
<style>
a { background-color: #4DDBBD; }
a { background-color: rgb(77,219,189); }
div.DivClassName
{
background-color: #4DDBBD;
}
.BgClassName
{
background-color: #4DDBBD;
}
</style>
border-color css
<style>
span { border-color: #4DDBBD; }
span { border-color: rgb(77,219,189); }
td.TdClassName
{
border-color: #4DDBBD;
}
.TagClassName
{
border-color: #4DDBBD;
}
</style>