Shades of Turquoise #4EEFC1
Tints of Turquoise #4EEFC1
RGB
CMYK
RGB Variations
Color information
#4EEFC1 (or 0x4EEFC1) is known color: Turquoise. HEX triplet: 4E, EF and C1. RGB value is (78,239,193). Sum of RGB (Red+Green+Blue) = 78+239+193=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFC1 is #B1103E. Grayscale: #B9B9B9. Windows color (decimal): -11604031 or 12709710. OLE color: 12709710.
HSL color Cylindrical-coordinate representation of color #4EEFC1: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFC1 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 193 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.06 |
| HSL | 162.86º | 0.83% | 0.62% | - |
| HSV(B) | 162.86º | 0.67% | 0.94% | - |
| XYZ | 43.63 | 67.2 | 61.12 | - |
| YUV | 185.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 193 | 0.67 | 0 | 0.19 | 0.06 | 162.86 | 0.83 | 0.62 |
| Hex | 4E | EF | C1 | 43 | 0 | 13 | 6 | A3 | 53 | 3E |
| Octal | 116 | 357 | 301 | 103 | 0 | 23 | 6 | 243 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11000001 | 1000011 | 0 | 10011 | 110 | 10100011 | 1010011 | 111110 |
Color Harmonies of #4EEFC1
Complementary color
Monochromatic Colors of #4EEFC1
Black with #4EEFC1
Text Example
Text Example
White with #4EEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFC1; }
p { color: rgb(78,239,193); }
H1.HeaderClassName
{
color: #4EEFC1;
}
.AnyTagClassName
{
color: #4EEFC1;
}
</style>
background-color css
<style>
a { background-color: #4EEFC1; }
a { background-color: rgb(78,239,193); }
div.DivClassName
{
background-color: #4EEFC1;
}
.BgClassName
{
background-color: #4EEFC1;
}
</style>
border-color css
<style>
span { border-color: #4EEFC1; }
span { border-color: rgb(78,239,193); }
td.TdClassName
{
border-color: #4EEFC1;
}
.TagClassName
{
border-color: #4EEFC1;
}
</style>