Shades of Turquoise #4DFFBF
Tints of Turquoise #4DFFBF
RGB
CMYK
RGB Variations
Color information
#4DFFBF (or 0x4DFFBF) is known color: Turquoise. HEX triplet: 4D, FF and BF. RGB value is (77,255,191). Sum of RGB (Red+Green+Blue) = 77+255+191=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBF is #B20040. Grayscale: #C2C2C2. Windows color (decimal): -11665473 or 12582733. OLE color: 12582733.
HSL color Cylindrical-coordinate representation of color #4DFFBF: hue angle of 158.43º 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 #4DFFBF is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 191 | - |
| CMYK | 0.70 | 0 | 0.25 | 0 |
| HSL | 158.43º | 1% | 0.65% | - |
| HSV(B) | 158.43º | 0.7% | 1% | - |
| XYZ | 48.22 | 76.86 | 61.58 | - |
| YUV | 194.48 | 126.03 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 191 | 0.70 | 0 | 0.25 | 0 | 158.43 | 1 | 0.65 |
| Hex | 4D | FF | BF | 46 | 0 | 19 | 0 | 9E | 64 | 41 |
| Octal | 115 | 377 | 277 | 106 | 0 | 31 | 0 | 236 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10111111 | 1000110 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4DFFBF
Complementary color
Monochromatic Colors of #4DFFBF
Black with #4DFFBF
Text Example
Text Example
White with #4DFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFBF; }
p { color: rgb(77,255,191); }
H1.HeaderClassName
{
color: #4DFFBF;
}
.AnyTagClassName
{
color: #4DFFBF;
}
</style>
background-color css
<style>
a { background-color: #4DFFBF; }
a { background-color: rgb(77,255,191); }
div.DivClassName
{
background-color: #4DFFBF;
}
.BgClassName
{
background-color: #4DFFBF;
}
</style>
border-color css
<style>
span { border-color: #4DFFBF; }
span { border-color: rgb(77,255,191); }
td.TdClassName
{
border-color: #4DFFBF;
}
.TagClassName
{
border-color: #4DFFBF;
}
</style>