#4EEAEF

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

Shades of Turquoise Blue #4EEAEF

Tints of Turquoise Blue #4EEAEF

Color information

#4EEAEF (or 0x4EEAEF) is unknown color: approx Turquoise Blue. HEX triplet: 4E, EA and EF. RGB value is (78,234,239). Sum of RGB (Red+Green+Blue) = 78+234+239=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EEAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEAEF is #B11510. Grayscale: #BBBBBB. Windows color (decimal): -11605265 or 15723086. OLE color: 15723086.

HSL color Cylindrical-coordinate representation of color #4EEAEF: hue angle of 181.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 #4EEAEF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB78234239-
CMYK0.670.0200.06
HSL181.86º83.42%62.16%-
HSV(B)181.86º67.36%93.73%-
XYZ48.1466.792-
YUV187.93156.8249.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.16%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=14.16%
G=42.47%
B=43.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782342390.670.0200.06181.8683.4262.16
Hex4EEAEF43206b6533e
Octal11635235710320626612376
Binary100111011101010111011111000011100110101101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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