Shades of Medium Turquoise #4DC9BF
Tints of Medium Turquoise #4DC9BF
RGB
CMYK
RGB Variations
Color information
#4DC9BF (or 0x4DC9BF) is known color: Medium Turquoise. HEX triplet: 4D, C9 and BF. RGB value is (77,201,191). Sum of RGB (Red+Green+Blue) = 77+201+191=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC9BF is #B23640. Grayscale: #A2A2A2. Windows color (decimal): -11679297 or 12568909. OLE color: 12568909.
HSL color Cylindrical-coordinate representation of color #4DC9BF: hue angle of 175.16º 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 #4DC9BF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 191 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.21 |
| HSL | 175.16º | 0.53% | 0.55% | - |
| HSV(B) | 175.16º | 0.62% | 0.79% | - |
| XYZ | 33.35 | 47.11 | 56.63 | - |
| YUV | 162.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 191 | 0.62 | 0 | 0.05 | 0.21 | 175.16 | 0.53 | 0.55 |
| Hex | 4D | C9 | BF | 3E | 0 | 5 | 15 | AF | 35 | 37 |
| Octal | 115 | 311 | 277 | 76 | 0 | 5 | 25 | 257 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10111111 | 111110 | 0 | 101 | 10101 | 10101111 | 110101 | 110111 |
Color Harmonies of #4DC9BF
Complementary color
Monochromatic Colors of #4DC9BF
Black with #4DC9BF
Text Example
Text Example
White with #4DC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC9BF; }
p { color: rgb(77,201,191); }
H1.HeaderClassName
{
color: #4DC9BF;
}
.AnyTagClassName
{
color: #4DC9BF;
}
</style>
background-color css
<style>
a { background-color: #4DC9BF; }
a { background-color: rgb(77,201,191); }
div.DivClassName
{
background-color: #4DC9BF;
}
.BgClassName
{
background-color: #4DC9BF;
}
</style>
border-color css
<style>
span { border-color: #4DC9BF; }
span { border-color: rgb(77,201,191); }
td.TdClassName
{
border-color: #4DC9BF;
}
.TagClassName
{
border-color: #4DC9BF;
}
</style>