Shades of Turquoise #4CF7EC
Tints of Turquoise #4CF7EC
RGB
CMYK
RGB Variations
Color information
#4CF7EC (or 0x4CF7EC) is known color: Turquoise. HEX triplet: 4C, F7 and EC. RGB value is (76,247,236). Sum of RGB (Red+Green+Blue) = 76+247+236=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF7EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF7EC is #B30813. Grayscale: #C2C2C2. Windows color (decimal): -11733012 or 15529804. OLE color: 15529804.
HSL color Cylindrical-coordinate representation of color #4CF7EC: hue angle of 176.14º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF7EC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 236 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.03 |
| HSL | 176.14º | 0.91% | 0.63% | - |
| HSV(B) | 176.14º | 0.69% | 0.97% | - |
| XYZ | 51.38 | 74.11 | 90.95 | - |
| YUV | 194.62 | 151.35 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 236 | 0.69 | 0 | 0.04 | 0.03 | 176.14 | 0.91 | 0.63 |
| Hex | 4C | F7 | EC | 45 | 0 | 4 | 3 | B0 | 5B | 3F |
| Octal | 114 | 367 | 354 | 105 | 0 | 4 | 3 | 260 | 133 | 77 |
| Binary | 1001100 | 11110111 | 11101100 | 1000101 | 0 | 100 | 11 | 10110000 | 1011011 | 111111 |
Color Harmonies of #4CF7EC
Complementary color
Monochromatic Colors of #4CF7EC
Black with #4CF7EC
Text Example
Text Example
White with #4CF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF7EC; }
p { color: rgb(76,247,236); }
H1.HeaderClassName
{
color: #4CF7EC;
}
.AnyTagClassName
{
color: #4CF7EC;
}
</style>
background-color css
<style>
a { background-color: #4CF7EC; }
a { background-color: rgb(76,247,236); }
div.DivClassName
{
background-color: #4CF7EC;
}
.BgClassName
{
background-color: #4CF7EC;
}
</style>
border-color css
<style>
span { border-color: #4CF7EC; }
span { border-color: rgb(76,247,236); }
td.TdClassName
{
border-color: #4CF7EC;
}
.TagClassName
{
border-color: #4CF7EC;
}
</style>