#4ee3d1

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

Shades of Turquoise #4EE3D1

Tints of Turquoise #4EE3D1

Color information

#4EE3D1 (or 0x4EE3D1) is unknown color: approx Turquoise. HEX triplet: 4E, E3 and D1. RGB value is (78,227,209). Sum of RGB (Red+Green+Blue) = 78+227+209=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3D1 is #B11C2E. Grayscale: #B4B4B4. Windows color (decimal): -11607087 or 13755214. OLE color: 13755214.

HSL color Cylindrical-coordinate representation of color #4EE3D1: hue angle of 172.75º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE3D1 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB78227209-
CMYK0.6600.080.11
HSL172.75º72.68%59.8%-
HSV(B)172.75º65.64%89.02%-
XYZ42.1261.1669.91-
YUV180.4144.1454.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.18%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=15.18%
G=44.16%
B=40.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal782272090.6600.080.11172.7572.6859.8
Hex4EE3D14208Bad493c
Octal1163433211020101325511174
Binary100111011100011110100011000010010001011101011011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ee3d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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