Shades of Turquoise #4DFFBE
Tints of Turquoise #4DFFBE
RGB
CMYK
RGB Variations
Color information
#4DFFBE (or 0x4DFFBE) is known color: Turquoise. HEX triplet: 4D, FF and BE. RGB value is (77,255,190). Sum of RGB (Red+Green+Blue) = 77+255+190=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBE is #B20041. Grayscale: #C2C2C2. Windows color (decimal): -11665474 or 12517197. OLE color: 12517197.
HSL color Cylindrical-coordinate representation of color #4DFFBE: hue angle of 158.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFBE is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 190 | - |
| CMYK | 0.70 | 0 | 0.25 | 0 |
| HSL | 158.09º | 1% | 0.65% | - |
| HSV(B) | 158.09º | 0.7% | 1% | - |
| XYZ | 48.11 | 76.82 | 61.01 | - |
| YUV | 194.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 190 | 0.70 | 0 | 0.25 | 0 | 158.09 | 1 | 0.65 |
| Hex | 4D | FF | BE | 46 | 0 | 19 | 0 | 9E | 64 | 41 |
| Octal | 115 | 377 | 276 | 106 | 0 | 31 | 0 | 236 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10111110 | 1000110 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4DFFBE
Complementary color
Monochromatic Colors of #4DFFBE
Black with #4DFFBE
Text Example
Text Example
White with #4DFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFBE; }
p { color: rgb(77,255,190); }
H1.HeaderClassName
{
color: #4DFFBE;
}
.AnyTagClassName
{
color: #4DFFBE;
}
</style>
background-color css
<style>
a { background-color: #4DFFBE; }
a { background-color: rgb(77,255,190); }
div.DivClassName
{
background-color: #4DFFBE;
}
.BgClassName
{
background-color: #4DFFBE;
}
</style>
border-color css
<style>
span { border-color: #4DFFBE; }
span { border-color: rgb(77,255,190); }
td.TdClassName
{
border-color: #4DFFBE;
}
.TagClassName
{
border-color: #4DFFBE;
}
</style>