Shades of Medium Turquoise #4DC1BE
Tints of Medium Turquoise #4DC1BE
RGB
CMYK
RGB Variations
Color information
#4DC1BE (or 0x4DC1BE) is known color: Medium Turquoise. HEX triplet: 4D, C1 and BE. RGB value is (77,193,190). Sum of RGB (Red+Green+Blue) = 77+193+190=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1BE is #B23E41. Grayscale: #9D9D9D. Windows color (decimal): -11681346 or 12501325. OLE color: 12501325.
HSL color Cylindrical-coordinate representation of color #4DC1BE: hue angle of 178.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1BE is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 190 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.24 |
| HSL | 178.45º | 0.48% | 0.53% | - |
| HSV(B) | 178.45º | 0.6% | 0.76% | - |
| XYZ | 31.42 | 43.44 | 55.44 | - |
| YUV | 157.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 190 | 0.60 | 0 | 0.02 | 0.24 | 178.45 | 0.48 | 0.53 |
| Hex | 4D | C1 | BE | 3C | 0 | 2 | 18 | B2 | 30 | 35 |
| Octal | 115 | 301 | 276 | 74 | 0 | 2 | 30 | 262 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10111110 | 111100 | 0 | 10 | 11000 | 10110010 | 110000 | 110101 |
Color Harmonies of #4DC1BE
Complementary color
Monochromatic Colors of #4DC1BE
Black with #4DC1BE
Text Example
Text Example
White with #4DC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1BE; }
p { color: rgb(77,193,190); }
H1.HeaderClassName
{
color: #4DC1BE;
}
.AnyTagClassName
{
color: #4DC1BE;
}
</style>
background-color css
<style>
a { background-color: #4DC1BE; }
a { background-color: rgb(77,193,190); }
div.DivClassName
{
background-color: #4DC1BE;
}
.BgClassName
{
background-color: #4DC1BE;
}
</style>
border-color css
<style>
span { border-color: #4DC1BE; }
span { border-color: rgb(77,193,190); }
td.TdClassName
{
border-color: #4DC1BE;
}
.TagClassName
{
border-color: #4DC1BE;
}
</style>