#4EE3FA

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

Shades of Turquoise Blue #4EE3FA

Tints of Turquoise Blue #4EE3FA

Color information

#4EE3FA (or 0x4EE3FA) is unknown color: approx Turquoise Blue. HEX triplet: 4E, E3 and FA. RGB value is (78,227,250). Sum of RGB (Red+Green+Blue) = 78+227+250=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EE3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE3FA is #B11C05. Grayscale: #B8B8B8. Windows color (decimal): -11607046 or 16442190. OLE color: 16442190.

HSL color Cylindrical-coordinate representation of color #4EE3FA: hue angle of 188.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE3FA is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78227250-
CMYK0.690.0900.02
HSL188.02º94.51%64.31%-
HSV(B)188.02º68.8%98.04%-
XYZ47.8763.46100.17-
YUV185.07164.6451.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.05%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=14.05%
G=40.90%
B=45.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782272500.690.0900.02188.0294.5164.31
Hex4EE3FA45902bc5f40
Octal1163433721051102274137100
Binary10011101110001111111010100010110010101011110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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