Shades of Medium Turquoise #4DC2B9
Tints of Medium Turquoise #4DC2B9
RGB
CMYK
RGB Variations
Color information
#4DC2B9 (or 0x4DC2B9) is known color: Medium Turquoise. HEX triplet: 4D, C2 and B9. RGB value is (77,194,185). Sum of RGB (Red+Green+Blue) = 77+194+185=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2B9 is #B23D46. Grayscale: #9D9D9D. Windows color (decimal): -11681095 or 12173901. OLE color: 12173901.
HSL color Cylindrical-coordinate representation of color #4DC2B9: hue angle of 175.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC2B9 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 185 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.24 |
| HSL | 175.38º | 0.49% | 0.53% | - |
| HSV(B) | 175.38º | 0.6% | 0.76% | - |
| XYZ | 31.11 | 43.66 | 52.69 | - |
| YUV | 157.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 185 | 0.60 | 0 | 0.05 | 0.24 | 175.38 | 0.49 | 0.53 |
| Hex | 4D | C2 | B9 | 3C | 0 | 5 | 18 | AF | 31 | 35 |
| Octal | 115 | 302 | 271 | 74 | 0 | 5 | 30 | 257 | 61 | 65 |
| Binary | 1001101 | 11000010 | 10111001 | 111100 | 0 | 101 | 11000 | 10101111 | 110001 | 110101 |
Color Harmonies of #4DC2B9
Complementary color
Monochromatic Colors of #4DC2B9
Black with #4DC2B9
Text Example
Text Example
White with #4DC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2B9; }
p { color: rgb(77,194,185); }
H1.HeaderClassName
{
color: #4DC2B9;
}
.AnyTagClassName
{
color: #4DC2B9;
}
</style>
background-color css
<style>
a { background-color: #4DC2B9; }
a { background-color: rgb(77,194,185); }
div.DivClassName
{
background-color: #4DC2B9;
}
.BgClassName
{
background-color: #4DC2B9;
}
</style>
border-color css
<style>
span { border-color: #4DC2B9; }
span { border-color: rgb(77,194,185); }
td.TdClassName
{
border-color: #4DC2B9;
}
.TagClassName
{
border-color: #4DC2B9;
}
</style>