Shades of Medium Turquoise #4DBFBE
Tints of Medium Turquoise #4DBFBE
RGB
CMYK
RGB Variations
Color information
#4DBFBE (or 0x4DBFBE) is known color: Medium Turquoise. HEX triplet: 4D, BF and BE. RGB value is (77,191,190). Sum of RGB (Red+Green+Blue) = 77+191+190=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFBE is #B24041. Grayscale: #9C9C9C. Windows color (decimal): -11681858 or 12500813. OLE color: 12500813.
HSL color Cylindrical-coordinate representation of color #4DBFBE: hue angle of 179.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBFBE is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 190 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.25 |
| HSL | 179.47º | 0.47% | 0.53% | - |
| HSV(B) | 179.47º | 0.6% | 0.75% | - |
| XYZ | 30.99 | 42.56 | 55.3 | - |
| YUV | 156.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 190 | 0.60 | 0 | 0.01 | 0.25 | 179.47 | 0.47 | 0.53 |
| Hex | 4D | BF | BE | 3C | 0 | 1 | 19 | B3 | 2F | 35 |
| Octal | 115 | 277 | 276 | 74 | 0 | 1 | 31 | 263 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10111110 | 111100 | 0 | 1 | 11001 | 10110011 | 101111 | 110101 |
Color Harmonies of #4DBFBE
Complementary color
Monochromatic Colors of #4DBFBE
Black with #4DBFBE
Text Example
Text Example
White with #4DBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFBE; }
p { color: rgb(77,191,190); }
H1.HeaderClassName
{
color: #4DBFBE;
}
.AnyTagClassName
{
color: #4DBFBE;
}
</style>
background-color css
<style>
a { background-color: #4DBFBE; }
a { background-color: rgb(77,191,190); }
div.DivClassName
{
background-color: #4DBFBE;
}
.BgClassName
{
background-color: #4DBFBE;
}
</style>
border-color css
<style>
span { border-color: #4DBFBE; }
span { border-color: rgb(77,191,190); }
td.TdClassName
{
border-color: #4DBFBE;
}
.TagClassName
{
border-color: #4DBFBE;
}
</style>