#4EFAE1

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

Shades of Turquoise #4EFAE1

Tints of Turquoise #4EFAE1

Color information

#4EFAE1 (or 0x4EFAE1) is unknown color: approx Turquoise. HEX triplet: 4E, FA and E1. RGB value is (78,250,225). Sum of RGB (Red+Green+Blue) = 78+250+225=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAE1 is #B1051E. Grayscale: #C3C3C3. Windows color (decimal): -11601183 or 14809678. OLE color: 14809678.

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

Color convert

RGB78250225-
CMYK0.6900.100.02
HSL171.28º94.51%64.31%-
HSV(B)171.28º68.8%98.04%-
XYZ50.9275.4383.11-
YUV195.72144.5244.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.10%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=14.10%
G=45.21%
B=40.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782502250.6900.100.02171.2894.5164.31
Hex4EFAE1450A2ab5f40
Octal1163723411050122253137100
Binary10011101111101011100001100010101010101010101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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