#4EFAE3

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

Shades of Turquoise #4EFAE3

Tints of Turquoise #4EFAE3

Color information

#4EFAE3 (or 0x4EFAE3) is unknown color: approx Turquoise. HEX triplet: 4E, FA and E3. RGB value is (78,250,227). Sum of RGB (Red+Green+Blue) = 78+250+227=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAE3 is #B1051C. Grayscale: #C3C3C3. Windows color (decimal): -11601181 or 14940750. OLE color: 14940750.

HSL color Cylindrical-coordinate representation of color #4EFAE3: hue angle of 171.98º 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 #4EFAE3 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB78250227-
CMYK0.6900.090.02
HSL171.98º94.51%64.31%-
HSV(B)171.98º68.8%98.04%-
XYZ51.1975.5484.56-
YUV195.95145.5243.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782502270.6900.090.02171.9894.5164.31
Hex4EFAE345092ac5f40
Octal1163723431050112254137100
Binary10011101111101011100011100010101001101010110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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