Shades of Turquoise #4DFED5
Tints of Turquoise #4DFED5
RGB
CMYK
RGB Variations
Color information
#4DFED5 (or 0x4DFED5) is known color: Turquoise. HEX triplet: 4D, FE and D5. RGB value is (77,254,213). Sum of RGB (Red+Green+Blue) = 77+254+213=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFED5 is #B2012A. Grayscale: #C4C4C4. Windows color (decimal): -11665707 or 14024269. OLE color: 14024269.
HSL color Cylindrical-coordinate representation of color #4DFED5: hue angle of 166.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFED5 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 213 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.00 |
| HSL | 166.1º | 0.99% | 0.65% | - |
| HSV(B) | 166.1º | 0.7% | 1% | - |
| XYZ | 50.51 | 77.27 | 75.2 | - |
| YUV | 196.4 | 137.36 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 213 | 0.70 | 0 | 0.16 | 0.00 | 166.1 | 0.99 | 0.65 |
| Hex | 4D | FE | D5 | 46 | 0 | 10 | 0 | A6 | 63 | 41 |
| Octal | 115 | 376 | 325 | 106 | 0 | 20 | 0 | 246 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11010101 | 1000110 | 0 | 10000 | 0 | 10100110 | 1100011 | 1000001 |
Color Harmonies of #4DFED5
Complementary color
Monochromatic Colors of #4DFED5
Black with #4DFED5
Text Example
Text Example
White with #4DFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFED5; }
p { color: rgb(77,254,213); }
H1.HeaderClassName
{
color: #4DFED5;
}
.AnyTagClassName
{
color: #4DFED5;
}
</style>
background-color css
<style>
a { background-color: #4DFED5; }
a { background-color: rgb(77,254,213); }
div.DivClassName
{
background-color: #4DFED5;
}
.BgClassName
{
background-color: #4DFED5;
}
</style>
border-color css
<style>
span { border-color: #4DFED5; }
span { border-color: rgb(77,254,213); }
td.TdClassName
{
border-color: #4DFED5;
}
.TagClassName
{
border-color: #4DFED5;
}
</style>