Shades of Turquoise #4DF7EC
Tints of Turquoise #4DF7EC
RGB
CMYK
RGB Variations
Color information
#4DF7EC (or 0x4DF7EC) is known color: Turquoise. HEX triplet: 4D, F7 and EC. RGB value is (77,247,236). Sum of RGB (Red+Green+Blue) = 77+247+236=560 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.75% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF7EC is #B20813. Grayscale: #C2C2C2. Windows color (decimal): -11667476 or 15529805. OLE color: 15529805.
HSL color Cylindrical-coordinate representation of color #4DF7EC: hue angle of 176.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7EC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 236 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.03 |
| HSL | 176.12º | 0.91% | 0.64% | - |
| HSV(B) | 176.12º | 0.69% | 0.97% | - |
| XYZ | 51.46 | 74.16 | 90.96 | - |
| YUV | 194.92 | 151.18 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 236 | 0.69 | 0 | 0.04 | 0.03 | 176.12 | 0.91 | 0.64 |
| Hex | 4D | F7 | EC | 45 | 0 | 4 | 3 | B0 | 5B | 40 |
| Octal | 115 | 367 | 354 | 105 | 0 | 4 | 3 | 260 | 133 | 100 |
| Binary | 1001101 | 11110111 | 11101100 | 1000101 | 0 | 100 | 11 | 10110000 | 1011011 | 1000000 |
Color Harmonies of #4DF7EC
Complementary color
Monochromatic Colors of #4DF7EC
Black with #4DF7EC
Text Example
Text Example
White with #4DF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF7EC; }
p { color: rgb(77,247,236); }
H1.HeaderClassName
{
color: #4DF7EC;
}
.AnyTagClassName
{
color: #4DF7EC;
}
</style>
background-color css
<style>
a { background-color: #4DF7EC; }
a { background-color: rgb(77,247,236); }
div.DivClassName
{
background-color: #4DF7EC;
}
.BgClassName
{
background-color: #4DF7EC;
}
</style>
border-color css
<style>
span { border-color: #4DF7EC; }
span { border-color: rgb(77,247,236); }
td.TdClassName
{
border-color: #4DF7EC;
}
.TagClassName
{
border-color: #4DF7EC;
}
</style>