#4EE3EA

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

Shades of Turquoise Blue #4EE3EA

Tints of Turquoise Blue #4EE3EA

Color information

#4EE3EA (or 0x4EE3EA) is unknown color: approx Turquoise Blue. HEX triplet: 4E, E3 and EA. RGB value is (78,227,234). Sum of RGB (Red+Green+Blue) = 78+227+234=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EE3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE3EA is #B11C15. Grayscale: #B7B7B7. Windows color (decimal): -11607062 or 15393614. OLE color: 15393614.

HSL color Cylindrical-coordinate representation of color #4EE3EA: hue angle of 182.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE3EA is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB78227234-
CMYK0.670.0300.08
HSL182.69º78.79%61.18%-
HSV(B)182.69º66.67%91.76%-
XYZ45.4662.587.51-
YUV183.25156.6452.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.47%
GREEN value IS 227 (89.06% from 255) = 42.12%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=14.47%
G=42.12%
B=43.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal782272340.670.0300.08182.6978.7961.18
Hex4EE3EA43308b74f3d
Octal116343352103301026711775
Binary1001110111000111110101010000111101000101101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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