Shades of Turquoise #4DFFBD
Tints of Turquoise #4DFFBD
RGB
CMYK
RGB Variations
Color information
#4DFFBD (or 0x4DFFBD) is known color: Turquoise. HEX triplet: 4D, FF and BD. RGB value is (77,255,189). Sum of RGB (Red+Green+Blue) = 77+255+189=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBD is #B20042. Grayscale: #C2C2C2. Windows color (decimal): -11665475 or 12451661. OLE color: 12451661.
HSL color Cylindrical-coordinate representation of color #4DFFBD: hue angle of 157.75º 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 #4DFFBD is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 189 | - |
| CMYK | 0.70 | 0 | 0.26 | 0 |
| HSL | 157.75º | 1% | 0.65% | - |
| HSV(B) | 157.75º | 0.7% | 1% | - |
| XYZ | 48.01 | 76.77 | 60.43 | - |
| YUV | 194.25 | 125.03 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 189 | 0.70 | 0 | 0.26 | 0 | 157.75 | 1 | 0.65 |
| Hex | 4D | FF | BD | 46 | 0 | 1A | 0 | 9E | 64 | 41 |
| Octal | 115 | 377 | 275 | 106 | 0 | 32 | 0 | 236 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10111101 | 1000110 | 0 | 11010 | 0 | 10011110 | 1100100 | 1000001 |
Color Harmonies of #4DFFBD
Complementary color
Monochromatic Colors of #4DFFBD
Black with #4DFFBD
Text Example
Text Example
White with #4DFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFBD; }
p { color: rgb(77,255,189); }
H1.HeaderClassName
{
color: #4DFFBD;
}
.AnyTagClassName
{
color: #4DFFBD;
}
</style>
background-color css
<style>
a { background-color: #4DFFBD; }
a { background-color: rgb(77,255,189); }
div.DivClassName
{
background-color: #4DFFBD;
}
.BgClassName
{
background-color: #4DFFBD;
}
</style>
border-color css
<style>
span { border-color: #4DFFBD; }
span { border-color: rgb(77,255,189); }
td.TdClassName
{
border-color: #4DFFBD;
}
.TagClassName
{
border-color: #4DFFBD;
}
</style>