Shades of Turquoise #4DFED0
Tints of Turquoise #4DFED0
RGB
CMYK
RGB Variations
Color information
#4DFED0 (or 0x4DFED0) is known color: Turquoise. HEX triplet: 4D, FE and D0. RGB value is (77,254,208). Sum of RGB (Red+Green+Blue) = 77+254+208=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFED0 is #B2012F. Grayscale: #C3C3C3. Windows color (decimal): -11665712 or 13696589. OLE color: 13696589.
HSL color Cylindrical-coordinate representation of color #4DFED0: hue angle of 164.41º 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 #4DFED0 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 208 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.00 |
| HSL | 164.41º | 0.99% | 0.65% | - |
| HSV(B) | 164.41º | 0.7% | 1% | - |
| XYZ | 49.89 | 77.02 | 71.91 | - |
| YUV | 195.83 | 134.86 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 208 | 0.70 | 0 | 0.18 | 0.00 | 164.41 | 0.99 | 0.65 |
| Hex | 4D | FE | D0 | 46 | 0 | 12 | 0 | A4 | 63 | 41 |
| Octal | 115 | 376 | 320 | 106 | 0 | 22 | 0 | 244 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11010000 | 1000110 | 0 | 10010 | 0 | 10100100 | 1100011 | 1000001 |
Color Harmonies of #4DFED0
Complementary color
Monochromatic Colors of #4DFED0
Black with #4DFED0
Text Example
Text Example
White with #4DFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFED0; }
p { color: rgb(77,254,208); }
H1.HeaderClassName
{
color: #4DFED0;
}
.AnyTagClassName
{
color: #4DFED0;
}
</style>
background-color css
<style>
a { background-color: #4DFED0; }
a { background-color: rgb(77,254,208); }
div.DivClassName
{
background-color: #4DFED0;
}
.BgClassName
{
background-color: #4DFED0;
}
</style>
border-color css
<style>
span { border-color: #4DFED0; }
span { border-color: rgb(77,254,208); }
td.TdClassName
{
border-color: #4DFED0;
}
.TagClassName
{
border-color: #4DFED0;
}
</style>