Shades of Turquoise #4FECEC
Tints of Turquoise #4FECEC
RGB
CMYK
RGB Variations
Color information
#4FECEC (or 0x4FECEC) is known color: Turquoise. HEX triplet: 4F, EC and EC. RGB value is (79,236,236). Sum of RGB (Red+Green+Blue) = 79+236+236=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #4FECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECEC is #B01313. Grayscale: #BCBCBC. Windows color (decimal): -11539220 or 15526991. OLE color: 15526991.
HSL color Cylindrical-coordinate representation of color #4FECEC: hue angle of 180º 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 #4FECEC is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 236 | - |
| CMYK | 0.67 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.62% | - |
| HSV(B) | 180º | 0.67% | 0.93% | - |
| XYZ | 48.36 | 67.71 | 89.88 | - |
| YUV | 189.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 236 | 0.67 | 0 | 0 | 0.07 | 180 | 0.81 | 0.62 |
| Hex | 4F | EC | EC | 43 | 0 | 0 | 7 | B4 | 51 | 3E |
| Octal | 117 | 354 | 354 | 103 | 0 | 0 | 7 | 264 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11101100 | 1000011 | 0 | 0 | 111 | 10110100 | 1010001 | 111110 |
Color Harmonies of #4FECEC
Complementary color
Monochromatic Colors of #4FECEC
Black with #4FECEC
Text Example
Text Example
White with #4FECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECEC; }
p { color: rgb(79,236,236); }
H1.HeaderClassName
{
color: #4FECEC;
}
.AnyTagClassName
{
color: #4FECEC;
}
</style>
background-color css
<style>
a { background-color: #4FECEC; }
a { background-color: rgb(79,236,236); }
div.DivClassName
{
background-color: #4FECEC;
}
.BgClassName
{
background-color: #4FECEC;
}
</style>
border-color css
<style>
span { border-color: #4FECEC; }
span { border-color: rgb(79,236,236); }
td.TdClassName
{
border-color: #4FECEC;
}
.TagClassName
{
border-color: #4FECEC;
}
</style>