#4EE3D7

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

Shades of Turquoise #4EE3D7

Tints of Turquoise #4EE3D7

Color information

#4EE3D7 (or 0x4EE3D7) is unknown color: approx Turquoise. HEX triplet: 4E, E3 and D7. RGB value is (78,227,215). Sum of RGB (Red+Green+Blue) = 78+227+215=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3D7 is #B11C28. Grayscale: #B4B4B4. Windows color (decimal): -11607081 or 14148430. OLE color: 14148430.

HSL color Cylindrical-coordinate representation of color #4EE3D7: hue angle of 175.17º 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 #4EE3D7 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB78227215-
CMYK0.6600.050.11
HSL175.17º72.68%59.8%-
HSV(B)175.17º65.64%89.02%-
XYZ42.8861.4673.89-
YUV181.08147.1454.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15%
GREEN value IS 227 (89.06% from 255) = 43.65%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=15%
G=43.65%
B=41.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal782272150.6600.050.11175.1772.6859.8
Hex4EE3D74205Baf493c
Octal116343327102051325711174
Binary10011101110001111010111100001001011011101011111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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