Shades of Turquoise #4FECD8
Tints of Turquoise #4FECD8
RGB
CMYK
RGB Variations
Color information
#4FECD8 (or 0x4FECD8) is known color: Turquoise. HEX triplet: 4F, EC and D8. RGB value is (79,236,216). Sum of RGB (Red+Green+Blue) = 79+236+216=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECD8 is #B01327. Grayscale: #BABABA. Windows color (decimal): -11539240 or 14216271. OLE color: 14216271.
HSL color Cylindrical-coordinate representation of color #4FECD8: hue angle of 172.36º 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 #4FECD8 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 216 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.36º | 0.81% | 0.62% | - |
| HSV(B) | 172.36º | 0.67% | 0.93% | - |
| XYZ | 45.61 | 66.61 | 75.42 | - |
| YUV | 186.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 216 | 0.67 | 0 | 0.08 | 0.07 | 172.36 | 0.81 | 0.62 |
| Hex | 4F | EC | D8 | 43 | 0 | 8 | 7 | AC | 51 | 3E |
| Octal | 117 | 354 | 330 | 103 | 0 | 10 | 7 | 254 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11011000 | 1000011 | 0 | 1000 | 111 | 10101100 | 1010001 | 111110 |
Color Harmonies of #4FECD8
Complementary color
Monochromatic Colors of #4FECD8
Black with #4FECD8
Text Example
Text Example
White with #4FECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECD8; }
p { color: rgb(79,236,216); }
H1.HeaderClassName
{
color: #4FECD8;
}
.AnyTagClassName
{
color: #4FECD8;
}
</style>
background-color css
<style>
a { background-color: #4FECD8; }
a { background-color: rgb(79,236,216); }
div.DivClassName
{
background-color: #4FECD8;
}
.BgClassName
{
background-color: #4FECD8;
}
</style>
border-color css
<style>
span { border-color: #4FECD8; }
span { border-color: rgb(79,236,216); }
td.TdClassName
{
border-color: #4FECD8;
}
.TagClassName
{
border-color: #4FECD8;
}
</style>