Shades of Medium Turquoise #4DDDBB
Tints of Medium Turquoise #4DDDBB
RGB
CMYK
RGB Variations
Color information
#4DDDBB (or 0x4DDDBB) is known color: Medium Turquoise. HEX triplet: 4D, DD and BB. RGB value is (77,221,187). Sum of RGB (Red+Green+Blue) = 77+221+187=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDBB is #B22244. Grayscale: #AEAEAE. Windows color (decimal): -11674181 or 12311885. OLE color: 12311885.
HSL color Cylindrical-coordinate representation of color #4DDDBB: hue angle of 165.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDBB is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 187 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.13 |
| HSL | 165.83º | 0.68% | 0.58% | - |
| HSV(B) | 165.83º | 0.65% | 0.87% | - |
| XYZ | 37.89 | 56.88 | 56 | - |
| YUV | 174.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 187 | 0.65 | 0 | 0.15 | 0.13 | 165.83 | 0.68 | 0.58 |
| Hex | 4D | DD | BB | 41 | 0 | F | D | A6 | 44 | 3A |
| Octal | 115 | 335 | 273 | 101 | 0 | 17 | 15 | 246 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10111011 | 1000001 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111010 |
Color Harmonies of #4DDDBB
Complementary color
Monochromatic Colors of #4DDDBB
Black with #4DDDBB
Text Example
Text Example
White with #4DDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDBB; }
p { color: rgb(77,221,187); }
H1.HeaderClassName
{
color: #4DDDBB;
}
.AnyTagClassName
{
color: #4DDDBB;
}
</style>
background-color css
<style>
a { background-color: #4DDDBB; }
a { background-color: rgb(77,221,187); }
div.DivClassName
{
background-color: #4DDDBB;
}
.BgClassName
{
background-color: #4DDDBB;
}
</style>
border-color css
<style>
span { border-color: #4DDDBB; }
span { border-color: rgb(77,221,187); }
td.TdClassName
{
border-color: #4DDDBB;
}
.TagClassName
{
border-color: #4DDDBB;
}
</style>