Shades of Turquoise #4EEFEC
Tints of Turquoise #4EEFEC
RGB
CMYK
RGB Variations
Color information
#4EEFEC (or 0x4EEFEC) is known color: Turquoise. HEX triplet: 4E, EF and EC. RGB value is (78,239,236). Sum of RGB (Red+Green+Blue) = 78+239+236=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFEC is #B11013. Grayscale: #BEBEBE. Windows color (decimal): -11603988 or 15527758. OLE color: 15527758.
HSL color Cylindrical-coordinate representation of color #4EEFEC: hue angle of 178.88º 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 #4EEFEC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 236 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.06 |
| HSL | 178.88º | 0.83% | 0.62% | - |
| HSV(B) | 178.88º | 0.67% | 0.94% | - |
| XYZ | 49.15 | 69.41 | 90.16 | - |
| YUV | 190.52 | 153.66 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 236 | 0.67 | 0 | 0.01 | 0.06 | 178.88 | 0.83 | 0.62 |
| Hex | 4E | EF | EC | 43 | 0 | 1 | 6 | B3 | 53 | 3E |
| Octal | 116 | 357 | 354 | 103 | 0 | 1 | 6 | 263 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11101100 | 1000011 | 0 | 1 | 110 | 10110011 | 1010011 | 111110 |
Color Harmonies of #4EEFEC
Complementary color
Monochromatic Colors of #4EEFEC
Black with #4EEFEC
Text Example
Text Example
White with #4EEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFEC; }
p { color: rgb(78,239,236); }
H1.HeaderClassName
{
color: #4EEFEC;
}
.AnyTagClassName
{
color: #4EEFEC;
}
</style>
background-color css
<style>
a { background-color: #4EEFEC; }
a { background-color: rgb(78,239,236); }
div.DivClassName
{
background-color: #4EEFEC;
}
.BgClassName
{
background-color: #4EEFEC;
}
</style>
border-color css
<style>
span { border-color: #4EEFEC; }
span { border-color: rgb(78,239,236); }
td.TdClassName
{
border-color: #4EEFEC;
}
.TagClassName
{
border-color: #4EEFEC;
}
</style>