Shades of Turquoise #4DFDBE
Tints of Turquoise #4DFDBE
RGB
CMYK
RGB Variations
Color information
#4DFDBE (or 0x4DFDBE) is known color: Turquoise. HEX triplet: 4D, FD and BE. RGB value is (77,253,190). Sum of RGB (Red+Green+Blue) = 77+253+190=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDBE is #B20241. Grayscale: #C1C1C1. Windows color (decimal): -11665986 or 12516685. OLE color: 12516685.
HSL color Cylindrical-coordinate representation of color #4DFDBE: hue angle of 158.52º 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 #4DFDBE is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 190 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 158.52º | 0.98% | 0.65% | - |
| HSV(B) | 158.52º | 0.7% | 0.99% | - |
| XYZ | 47.48 | 75.55 | 60.79 | - |
| YUV | 193.19 | 126.19 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 190 | 0.70 | 0 | 0.25 | 0.01 | 158.52 | 0.98 | 0.65 |
| Hex | 4D | FD | BE | 46 | 0 | 19 | 1 | 9F | 62 | 41 |
| Octal | 115 | 375 | 276 | 106 | 0 | 31 | 1 | 237 | 142 | 101 |
| Binary | 1001101 | 11111101 | 10111110 | 1000110 | 0 | 11001 | 1 | 10011111 | 1100010 | 1000001 |
Color Harmonies of #4DFDBE
Complementary color
Monochromatic Colors of #4DFDBE
Black with #4DFDBE
Text Example
Text Example
White with #4DFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDBE; }
p { color: rgb(77,253,190); }
H1.HeaderClassName
{
color: #4DFDBE;
}
.AnyTagClassName
{
color: #4DFDBE;
}
</style>
background-color css
<style>
a { background-color: #4DFDBE; }
a { background-color: rgb(77,253,190); }
div.DivClassName
{
background-color: #4DFDBE;
}
.BgClassName
{
background-color: #4DFDBE;
}
</style>
border-color css
<style>
span { border-color: #4DFDBE; }
span { border-color: rgb(77,253,190); }
td.TdClassName
{
border-color: #4DFDBE;
}
.TagClassName
{
border-color: #4DFDBE;
}
</style>