#4EF6EA

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

Shades of Turquoise #4EF6EA

Tints of Turquoise #4EF6EA

Color information

#4EF6EA (or 0x4EF6EA) is unknown color: approx Turquoise. HEX triplet: 4E, F6 and EA. RGB value is (78,246,234). Sum of RGB (Red+Green+Blue) = 78+246+234=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF6EA is #B10915. Grayscale: #C2C2C2. Windows color (decimal): -11602198 or 15398478. OLE color: 15398478.

HSL color Cylindrical-coordinate representation of color #4EF6EA: hue angle of 175.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6EA is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB78246234-
CMYK0.6800.050.04
HSL175.71º90.32%63.53%-
HSV(B)175.71º68.29%96.47%-
XYZ50.9573.4789.34-
YUV194.4150.3444.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.98%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=13.98%
G=44.09%
B=41.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal782462340.6800.050.04175.7190.3263.53
Hex4EF6EA44054b05a40
Octal116366352104054260132100
Binary10011101111011011101010100010001011001011000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF6EA; }

 p { color: rgb(78,246,234); }

 H1.HeaderClassName
 {
   color: #4EF6EA;
 }
 .AnyTagClassName
 {
   color: #4EF6EA;
 }
</style>
background-color css

<style>
 a { background-color: #4EF6EA; }

 a { background-color: rgb(78,246,234); }

 div.DivClassName
 {
   background-color: #4EF6EA;
 }
 .BgClassName
 {
   background-color: #4EF6EA;
 }
</style>
border-color css

<style>
 span { border-color: #4EF6EA; }

 span { border-color: rgb(78,246,234); }

 td.TdClassName
 {
   border-color: #4EF6EA;
 }
 .TagClassName
 {
   border-color: #4EF6EA;
 }
</style>