Shades of Medium Turquoise #4DC9BE
Tints of Medium Turquoise #4DC9BE
RGB
CMYK
RGB Variations
Color information
#4DC9BE (or 0x4DC9BE) is known color: Medium Turquoise. HEX triplet: 4D, C9 and BE. RGB value is (77,201,190). Sum of RGB (Red+Green+Blue) = 77+201+190=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC9BE is #B23641. Grayscale: #A2A2A2. Windows color (decimal): -11679298 or 12503373. OLE color: 12503373.
HSL color Cylindrical-coordinate representation of color #4DC9BE: hue angle of 174.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9BE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 190 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.21 |
| HSL | 174.68º | 0.53% | 0.55% | - |
| HSV(B) | 174.68º | 0.62% | 0.79% | - |
| XYZ | 33.24 | 47.07 | 56.05 | - |
| YUV | 162.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 190 | 0.62 | 0 | 0.05 | 0.21 | 174.68 | 0.53 | 0.55 |
| Hex | 4D | C9 | BE | 3E | 0 | 5 | 15 | AF | 35 | 37 |
| Octal | 115 | 311 | 276 | 76 | 0 | 5 | 25 | 257 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10111110 | 111110 | 0 | 101 | 10101 | 10101111 | 110101 | 110111 |
Color Harmonies of #4DC9BE
Complementary color
Monochromatic Colors of #4DC9BE
Black with #4DC9BE
Text Example
Text Example
White with #4DC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC9BE; }
p { color: rgb(77,201,190); }
H1.HeaderClassName
{
color: #4DC9BE;
}
.AnyTagClassName
{
color: #4DC9BE;
}
</style>
background-color css
<style>
a { background-color: #4DC9BE; }
a { background-color: rgb(77,201,190); }
div.DivClassName
{
background-color: #4DC9BE;
}
.BgClassName
{
background-color: #4DC9BE;
}
</style>
border-color css
<style>
span { border-color: #4DC9BE; }
span { border-color: rgb(77,201,190); }
td.TdClassName
{
border-color: #4DC9BE;
}
.TagClassName
{
border-color: #4DC9BE;
}
</style>