Shades of Medium Turquoise #4DCEB9
Tints of Medium Turquoise #4DCEB9
RGB
CMYK
RGB Variations
Color information
#4DCEB9 (or 0x4DCEB9) is known color: Medium Turquoise. HEX triplet: 4D, CE and B9. RGB value is (77,206,185). Sum of RGB (Red+Green+Blue) = 77+206+185=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEB9 is #B23146. Grayscale: #A4A4A4. Windows color (decimal): -11678023 or 12176973. OLE color: 12176973.
HSL color Cylindrical-coordinate representation of color #4DCEB9: hue angle of 170.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEB9 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 185 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.19 |
| HSL | 170.23º | 0.57% | 0.55% | - |
| HSV(B) | 170.23º | 0.63% | 0.81% | - |
| XYZ | 33.89 | 49.22 | 53.61 | - |
| YUV | 165.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 185 | 0.63 | 0 | 0.10 | 0.19 | 170.23 | 0.57 | 0.55 |
| Hex | 4D | CE | B9 | 3F | 0 | A | 13 | AA | 39 | 37 |
| Octal | 115 | 316 | 271 | 77 | 0 | 12 | 23 | 252 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10111001 | 111111 | 0 | 1010 | 10011 | 10101010 | 111001 | 110111 |
Color Harmonies of #4DCEB9
Complementary color
Monochromatic Colors of #4DCEB9
Black with #4DCEB9
Text Example
Text Example
White with #4DCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEB9; }
p { color: rgb(77,206,185); }
H1.HeaderClassName
{
color: #4DCEB9;
}
.AnyTagClassName
{
color: #4DCEB9;
}
</style>
background-color css
<style>
a { background-color: #4DCEB9; }
a { background-color: rgb(77,206,185); }
div.DivClassName
{
background-color: #4DCEB9;
}
.BgClassName
{
background-color: #4DCEB9;
}
</style>
border-color css
<style>
span { border-color: #4DCEB9; }
span { border-color: rgb(77,206,185); }
td.TdClassName
{
border-color: #4DCEB9;
}
.TagClassName
{
border-color: #4DCEB9;
}
</style>