Shades of Turquoise #4EFFC4
Tints of Turquoise #4EFFC4
RGB
CMYK
RGB Variations
Color information
#4EFFC4 (or 0x4EFFC4) is known color: Turquoise. HEX triplet: 4E, FF and C4. RGB value is (78,255,196). Sum of RGB (Red+Green+Blue) = 78+255+196=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFC4 is #B1003B. Grayscale: #C3C3C3. Windows color (decimal): -11599932 or 12910414. OLE color: 12910414.
HSL color Cylindrical-coordinate representation of color #4EFFC4: hue angle of 160º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFC4 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 196 | - |
| CMYK | 0.69 | 0 | 0.23 | 0 |
| HSL | 160º | 1% | 0.65% | - |
| HSV(B) | 160º | 0.69% | 1% | - |
| XYZ | 48.87 | 77.13 | 64.54 | - |
| YUV | 195.35 | 128.36 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 196 | 0.69 | 0 | 0.23 | 0 | 160 | 1 | 0.65 |
| Hex | 4E | FF | C4 | 45 | 0 | 17 | 0 | A0 | 64 | 41 |
| Octal | 116 | 377 | 304 | 105 | 0 | 27 | 0 | 240 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11000100 | 1000101 | 0 | 10111 | 0 | 10100000 | 1100100 | 1000001 |
Color Harmonies of #4EFFC4
Complementary color
Monochromatic Colors of #4EFFC4
Black with #4EFFC4
Text Example
Text Example
White with #4EFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFC4; }
p { color: rgb(78,255,196); }
H1.HeaderClassName
{
color: #4EFFC4;
}
.AnyTagClassName
{
color: #4EFFC4;
}
</style>
background-color css
<style>
a { background-color: #4EFFC4; }
a { background-color: rgb(78,255,196); }
div.DivClassName
{
background-color: #4EFFC4;
}
.BgClassName
{
background-color: #4EFFC4;
}
</style>
border-color css
<style>
span { border-color: #4EFFC4; }
span { border-color: rgb(78,255,196); }
td.TdClassName
{
border-color: #4EFFC4;
}
.TagClassName
{
border-color: #4EFFC4;
}
</style>