Shades of Medium Turquoise #4DD9B9
Tints of Medium Turquoise #4DD9B9
RGB
CMYK
RGB Variations
Color information
#4DD9B9 (or 0x4DD9B9) is known color: Medium Turquoise. HEX triplet: 4D, D9 and B9. RGB value is (77,217,185). Sum of RGB (Red+Green+Blue) = 77+217+185=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD9B9 is #B22646. Grayscale: #ABABAB. Windows color (decimal): -11675207 or 12179789. OLE color: 12179789.
HSL color Cylindrical-coordinate representation of color #4DD9B9: hue angle of 166.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD9B9 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 185 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.15 |
| HSL | 166.29º | 0.65% | 0.58% | - |
| HSV(B) | 166.29º | 0.65% | 0.85% | - |
| XYZ | 36.63 | 54.71 | 54.53 | - |
| YUV | 171.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 185 | 0.65 | 0 | 0.15 | 0.15 | 166.29 | 0.65 | 0.58 |
| Hex | 4D | D9 | B9 | 41 | 0 | F | F | A6 | 41 | 3A |
| Octal | 115 | 331 | 271 | 101 | 0 | 17 | 17 | 246 | 101 | 72 |
| Binary | 1001101 | 11011001 | 10111001 | 1000001 | 0 | 1111 | 1111 | 10100110 | 1000001 | 111010 |
Color Harmonies of #4DD9B9
Complementary color
Monochromatic Colors of #4DD9B9
Black with #4DD9B9
Text Example
Text Example
White with #4DD9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9B9; }
p { color: rgb(77,217,185); }
H1.HeaderClassName
{
color: #4DD9B9;
}
.AnyTagClassName
{
color: #4DD9B9;
}
</style>
background-color css
<style>
a { background-color: #4DD9B9; }
a { background-color: rgb(77,217,185); }
div.DivClassName
{
background-color: #4DD9B9;
}
.BgClassName
{
background-color: #4DD9B9;
}
</style>
border-color css
<style>
span { border-color: #4DD9B9; }
span { border-color: rgb(77,217,185); }
td.TdClassName
{
border-color: #4DD9B9;
}
.TagClassName
{
border-color: #4DD9B9;
}
</style>