Shades of Medium Turquoise #4DDBBB
Tints of Medium Turquoise #4DDBBB
RGB
CMYK
RGB Variations
Color information
#4DDBBB (or 0x4DDBBB) is known color: Medium Turquoise. HEX triplet: 4D, DB and BB. RGB value is (77,219,187). Sum of RGB (Red+Green+Blue) = 77+219+187=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBBB is #B22444. Grayscale: #ACACAC. Windows color (decimal): -11674693 or 12311373. OLE color: 12311373.
HSL color Cylindrical-coordinate representation of color #4DDBBB: hue angle of 166.48º 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 #4DDBBB is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 187 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.14 |
| HSL | 166.48º | 0.66% | 0.58% | - |
| HSV(B) | 166.48º | 0.65% | 0.86% | - |
| XYZ | 37.36 | 55.83 | 55.82 | - |
| YUV | 172.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 187 | 0.65 | 0 | 0.15 | 0.14 | 166.48 | 0.66 | 0.58 |
| Hex | 4D | DB | BB | 41 | 0 | F | E | A6 | 42 | 3A |
| Octal | 115 | 333 | 273 | 101 | 0 | 17 | 16 | 246 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10111011 | 1000001 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111010 |
Color Harmonies of #4DDBBB
Complementary color
Monochromatic Colors of #4DDBBB
Black with #4DDBBB
Text Example
Text Example
White with #4DDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBBB; }
p { color: rgb(77,219,187); }
H1.HeaderClassName
{
color: #4DDBBB;
}
.AnyTagClassName
{
color: #4DDBBB;
}
</style>
background-color css
<style>
a { background-color: #4DDBBB; }
a { background-color: rgb(77,219,187); }
div.DivClassName
{
background-color: #4DDBBB;
}
.BgClassName
{
background-color: #4DDBBB;
}
</style>
border-color css
<style>
span { border-color: #4DDBBB; }
span { border-color: rgb(77,219,187); }
td.TdClassName
{
border-color: #4DDBBB;
}
.TagClassName
{
border-color: #4DDBBB;
}
</style>