Shades of Turquoise #4DFFB4
Tints of Turquoise #4DFFB4
RGB
CMYK
RGB Variations
Color information
#4DFFB4 (or 0x4DFFB4) is known color: Turquoise. HEX triplet: 4D, FF and B4. RGB value is (77,255,180). Sum of RGB (Red+Green+Blue) = 77+255+180=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFB4 is #B2004B. Grayscale: #C1C1C1. Windows color (decimal): -11665484 or 11861837. OLE color: 11861837.
HSL color Cylindrical-coordinate representation of color #4DFFB4: hue angle of 154.72º 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 #4DFFB4 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 180 | - |
| CMYK | 0.70 | 0 | 0.29 | 0 |
| HSL | 154.72º | 1% | 0.65% | - |
| HSV(B) | 154.72º | 0.7% | 1% | - |
| XYZ | 47.06 | 76.39 | 55.45 | - |
| YUV | 193.23 | 120.53 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 180 | 0.70 | 0 | 0.29 | 0 | 154.72 | 1 | 0.65 |
| Hex | 4D | FF | B4 | 46 | 0 | 1D | 0 | 9B | 64 | 41 |
| Octal | 115 | 377 | 264 | 106 | 0 | 35 | 0 | 233 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10110100 | 1000110 | 0 | 11101 | 0 | 10011011 | 1100100 | 1000001 |
Color Harmonies of #4DFFB4
Complementary color
Monochromatic Colors of #4DFFB4
Black with #4DFFB4
Text Example
Text Example
White with #4DFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFB4; }
p { color: rgb(77,255,180); }
H1.HeaderClassName
{
color: #4DFFB4;
}
.AnyTagClassName
{
color: #4DFFB4;
}
</style>
background-color css
<style>
a { background-color: #4DFFB4; }
a { background-color: rgb(77,255,180); }
div.DivClassName
{
background-color: #4DFFB4;
}
.BgClassName
{
background-color: #4DFFB4;
}
</style>
border-color css
<style>
span { border-color: #4DFFB4; }
span { border-color: rgb(77,255,180); }
td.TdClassName
{
border-color: #4DFFB4;
}
.TagClassName
{
border-color: #4DFFB4;
}
</style>