Shades of Medium Turquoise #4DD7B5
Tints of Medium Turquoise #4DD7B5
RGB
CMYK
RGB Variations
Color information
#4DD7B5 (or 0x4DD7B5) is known color: Medium Turquoise. HEX triplet: 4D, D7 and B5. RGB value is (77,215,181). Sum of RGB (Red+Green+Blue) = 77+215+181=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD7B5 is #B2284A. Grayscale: #A9A9A9. Windows color (decimal): -11675723 or 11917133. OLE color: 11917133.
HSL color Cylindrical-coordinate representation of color #4DD7B5: hue angle of 165.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD7B5 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 181 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.16 |
| HSL | 165.22º | 0.63% | 0.57% | - |
| HSV(B) | 165.22º | 0.64% | 0.84% | - |
| XYZ | 35.7 | 53.51 | 52.16 | - |
| YUV | 169.86 | 134.28 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 181 | 0.64 | 0 | 0.16 | 0.16 | 165.22 | 0.63 | 0.57 |
| Hex | 4D | D7 | B5 | 40 | 0 | 10 | 10 | A5 | 3F | 39 |
| Octal | 115 | 327 | 265 | 100 | 0 | 20 | 20 | 245 | 77 | 71 |
| Binary | 1001101 | 11010111 | 10110101 | 1000000 | 0 | 10000 | 10000 | 10100101 | 111111 | 111001 |
Color Harmonies of #4DD7B5
Complementary color
Monochromatic Colors of #4DD7B5
Black with #4DD7B5
Text Example
Text Example
White with #4DD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD7B5; }
p { color: rgb(77,215,181); }
H1.HeaderClassName
{
color: #4DD7B5;
}
.AnyTagClassName
{
color: #4DD7B5;
}
</style>
background-color css
<style>
a { background-color: #4DD7B5; }
a { background-color: rgb(77,215,181); }
div.DivClassName
{
background-color: #4DD7B5;
}
.BgClassName
{
background-color: #4DD7B5;
}
</style>
border-color css
<style>
span { border-color: #4DD7B5; }
span { border-color: rgb(77,215,181); }
td.TdClassName
{
border-color: #4DD7B5;
}
.TagClassName
{
border-color: #4DD7B5;
}
</style>