Shades of Turquoise #4DFFBB
Tints of Turquoise #4DFFBB
RGB
CMYK
RGB Variations
Color information
#4DFFBB (or 0x4DFFBB) is known color: Turquoise. HEX triplet: 4D, FF and BB. RGB value is (77,255,187). Sum of RGB (Red+Green+Blue) = 77+255+187=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBB is #B20044. Grayscale: #C2C2C2. Windows color (decimal): -11665477 or 12320589. OLE color: 12320589.
HSL color Cylindrical-coordinate representation of color #4DFFBB: hue angle of 157.08º 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 #4DFFBB is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 187 | - |
| CMYK | 0.70 | 0 | 0.27 | 0 |
| HSL | 157.08º | 1% | 0.65% | - |
| HSV(B) | 157.08º | 0.7% | 1% | - |
| XYZ | 47.79 | 76.69 | 59.3 | - |
| YUV | 194.03 | 124.03 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 187 | 0.70 | 0 | 0.27 | 0 | 157.08 | 1 | 0.65 |
| Hex | 4D | FF | BB | 46 | 0 | 1B | 0 | 9D | 64 | 41 |
| Octal | 115 | 377 | 273 | 106 | 0 | 33 | 0 | 235 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10111011 | 1000110 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000001 |
Color Harmonies of #4DFFBB
Complementary color
Monochromatic Colors of #4DFFBB
Black with #4DFFBB
Text Example
Text Example
White with #4DFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFBB; }
p { color: rgb(77,255,187); }
H1.HeaderClassName
{
color: #4DFFBB;
}
.AnyTagClassName
{
color: #4DFFBB;
}
</style>
background-color css
<style>
a { background-color: #4DFFBB; }
a { background-color: rgb(77,255,187); }
div.DivClassName
{
background-color: #4DFFBB;
}
.BgClassName
{
background-color: #4DFFBB;
}
</style>
border-color css
<style>
span { border-color: #4DFFBB; }
span { border-color: rgb(77,255,187); }
td.TdClassName
{
border-color: #4DFFBB;
}
.TagClassName
{
border-color: #4DFFBB;
}
</style>