#4EEAF6

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

Shades of Turquoise Blue #4EEAF6

Tints of Turquoise Blue #4EEAF6

Color information

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

HSL color Cylindrical-coordinate representation of color #4EEAF6: hue angle of 184.29º 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 #4EEAF6 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB78234246-
CMYK0.680.0500.04
HSL184.29º90.32%63.53%-
HSV(B)184.29º68.29%96.47%-
XYZ49.267.1297.55-
YUV188.72160.3249.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal782342460.680.0500.04184.2990.3263.53
Hex4EEAF644504b85a40
Octal116352366104504270132100
Binary10011101110101011110110100010010101001011100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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