Shades of Turquoise #4EFEC7
Tints of Turquoise #4EFEC7
RGB
CMYK
RGB Variations
Color information
#4EFEC7 (or 0x4EFEC7) is known color: Turquoise. HEX triplet: 4E, FE and C7. RGB value is (78,254,199). Sum of RGB (Red+Green+Blue) = 78+254+199=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEC7 is #B10138. Grayscale: #C3C3C3. Windows color (decimal): -11600185 or 13106766. OLE color: 13106766.
HSL color Cylindrical-coordinate representation of color #4EFEC7: hue angle of 161.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFEC7 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 199 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.00 |
| HSL | 161.25º | 0.99% | 0.65% | - |
| HSV(B) | 161.25º | 0.69% | 1% | - |
| XYZ | 48.89 | 76.63 | 66.25 | - |
| YUV | 195.11 | 130.19 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 199 | 0.69 | 0 | 0.22 | 0.00 | 161.25 | 0.99 | 0.65 |
| Hex | 4E | FE | C7 | 45 | 0 | 16 | 0 | A1 | 63 | 41 |
| Octal | 116 | 376 | 307 | 105 | 0 | 26 | 0 | 241 | 143 | 101 |
| Binary | 1001110 | 11111110 | 11000111 | 1000101 | 0 | 10110 | 0 | 10100001 | 1100011 | 1000001 |
Color Harmonies of #4EFEC7
Complementary color
Monochromatic Colors of #4EFEC7
Black with #4EFEC7
Text Example
Text Example
White with #4EFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEC7; }
p { color: rgb(78,254,199); }
H1.HeaderClassName
{
color: #4EFEC7;
}
.AnyTagClassName
{
color: #4EFEC7;
}
</style>
background-color css
<style>
a { background-color: #4EFEC7; }
a { background-color: rgb(78,254,199); }
div.DivClassName
{
background-color: #4EFEC7;
}
.BgClassName
{
background-color: #4EFEC7;
}
</style>
border-color css
<style>
span { border-color: #4EFEC7; }
span { border-color: rgb(78,254,199); }
td.TdClassName
{
border-color: #4EFEC7;
}
.TagClassName
{
border-color: #4EFEC7;
}
</style>