Shades of Turquoise #4DFDBD
Tints of Turquoise #4DFDBD
RGB
CMYK
RGB Variations
Color information
#4DFDBD (or 0x4DFDBD) is known color: Turquoise. HEX triplet: 4D, FD and BD. RGB value is (77,253,189). Sum of RGB (Red+Green+Blue) = 77+253+189=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDBD is #B20242. Grayscale: #C1C1C1. Windows color (decimal): -11665987 or 12451149. OLE color: 12451149.
HSL color Cylindrical-coordinate representation of color #4DFDBD: hue angle of 158.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDBD is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 189 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 158.18º | 0.98% | 0.65% | - |
| HSV(B) | 158.18º | 0.7% | 0.99% | - |
| XYZ | 47.37 | 75.5 | 60.22 | - |
| YUV | 193.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 189 | 0.70 | 0 | 0.25 | 0.01 | 158.18 | 0.98 | 0.65 |
| Hex | 4D | FD | BD | 46 | 0 | 19 | 1 | 9E | 62 | 41 |
| Octal | 115 | 375 | 275 | 106 | 0 | 31 | 1 | 236 | 142 | 101 |
| Binary | 1001101 | 11111101 | 10111101 | 1000110 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4DFDBD
Complementary color
Monochromatic Colors of #4DFDBD
Black with #4DFDBD
Text Example
Text Example
White with #4DFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDBD; }
p { color: rgb(77,253,189); }
H1.HeaderClassName
{
color: #4DFDBD;
}
.AnyTagClassName
{
color: #4DFDBD;
}
</style>
background-color css
<style>
a { background-color: #4DFDBD; }
a { background-color: rgb(77,253,189); }
div.DivClassName
{
background-color: #4DFDBD;
}
.BgClassName
{
background-color: #4DFDBD;
}
</style>
border-color css
<style>
span { border-color: #4DFDBD; }
span { border-color: rgb(77,253,189); }
td.TdClassName
{
border-color: #4DFDBD;
}
.TagClassName
{
border-color: #4DFDBD;
}
</style>