Shades of Turquoise #4FECDC
Tints of Turquoise #4FECDC
RGB
CMYK
RGB Variations
Color information
#4FECDC (or 0x4FECDC) is known color: Turquoise. HEX triplet: 4F, EC and DC. RGB value is (79,236,220). Sum of RGB (Red+Green+Blue) = 79+236+220=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECDC is #B01323. Grayscale: #BBBBBB. Windows color (decimal): -11539236 or 14478415. OLE color: 14478415.
HSL color Cylindrical-coordinate representation of color #4FECDC: hue angle of 173.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FECDC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 220 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.07 |
| HSL | 173.89º | 0.81% | 0.62% | - |
| HSV(B) | 173.89º | 0.67% | 0.93% | - |
| XYZ | 46.14 | 66.82 | 78.18 | - |
| YUV | 187.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 220 | 0.67 | 0 | 0.07 | 0.07 | 173.89 | 0.81 | 0.62 |
| Hex | 4F | EC | DC | 43 | 0 | 7 | 7 | AE | 51 | 3E |
| Octal | 117 | 354 | 334 | 103 | 0 | 7 | 7 | 256 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11011100 | 1000011 | 0 | 111 | 111 | 10101110 | 1010001 | 111110 |
Color Harmonies of #4FECDC
Complementary color
Monochromatic Colors of #4FECDC
Black with #4FECDC
Text Example
Text Example
White with #4FECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECDC; }
p { color: rgb(79,236,220); }
H1.HeaderClassName
{
color: #4FECDC;
}
.AnyTagClassName
{
color: #4FECDC;
}
</style>
background-color css
<style>
a { background-color: #4FECDC; }
a { background-color: rgb(79,236,220); }
div.DivClassName
{
background-color: #4FECDC;
}
.BgClassName
{
background-color: #4FECDC;
}
</style>
border-color css
<style>
span { border-color: #4FECDC; }
span { border-color: rgb(79,236,220); }
td.TdClassName
{
border-color: #4FECDC;
}
.TagClassName
{
border-color: #4FECDC;
}
</style>