Shades of Turquoise #4DF0EC
Tints of Turquoise #4DF0EC
RGB
CMYK
RGB Variations
Color information
#4DF0EC (or 0x4DF0EC) is known color: Turquoise. HEX triplet: 4D, F0 and EC. RGB value is (77,240,236). Sum of RGB (Red+Green+Blue) = 77+240+236=553 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.92% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF0EC is #B20F13. Grayscale: #BEBEBE. Windows color (decimal): -11669268 or 15528013. OLE color: 15528013.
HSL color Cylindrical-coordinate representation of color #4DF0EC: hue angle of 178.53º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0EC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 236 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.06 |
| HSL | 178.53º | 0.84% | 0.62% | - |
| HSV(B) | 178.53º | 0.68% | 0.94% | - |
| XYZ | 49.36 | 69.95 | 90.26 | - |
| YUV | 190.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 236 | 0.68 | 0 | 0.02 | 0.06 | 178.53 | 0.84 | 0.62 |
| Hex | 4D | F0 | EC | 44 | 0 | 2 | 6 | B3 | 54 | 3E |
| Octal | 115 | 360 | 354 | 104 | 0 | 2 | 6 | 263 | 124 | 76 |
| Binary | 1001101 | 11110000 | 11101100 | 1000100 | 0 | 10 | 110 | 10110011 | 1010100 | 111110 |
Color Harmonies of #4DF0EC
Complementary color
Monochromatic Colors of #4DF0EC
Black with #4DF0EC
Text Example
Text Example
White with #4DF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0EC; }
p { color: rgb(77,240,236); }
H1.HeaderClassName
{
color: #4DF0EC;
}
.AnyTagClassName
{
color: #4DF0EC;
}
</style>
background-color css
<style>
a { background-color: #4DF0EC; }
a { background-color: rgb(77,240,236); }
div.DivClassName
{
background-color: #4DF0EC;
}
.BgClassName
{
background-color: #4DF0EC;
}
</style>
border-color css
<style>
span { border-color: #4DF0EC; }
span { border-color: rgb(77,240,236); }
td.TdClassName
{
border-color: #4DF0EC;
}
.TagClassName
{
border-color: #4DF0EC;
}
</style>