#4eefec

Color #4EEFEC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EEFEC

Tints of Turquoise #4EEFEC

Color information

#4EEFEC (or 0x4EEFEC) is unknown color: approx 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

RGB78239236-
CMYK0.6700.010.06
HSL178.88º83.42%62.16%-
HSV(B)178.88º67.36%93.73%-
XYZ49.1569.4190.16-
YUV190.52153.6647.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 14.10%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=14.10%
G=43.22%
B=42.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782392360.6700.010.06178.8883.4262.16
Hex4EEFEC43016b3533e
Octal11635735410301626312376
Binary10011101110111111101100100001101110101100111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eefec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>