#4EE7D1

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

Shades of Turquoise #4EE7D1

Tints of Turquoise #4EE7D1

Color information

#4EE7D1 (or 0x4EE7D1) is unknown color: approx Turquoise. HEX triplet: 4E, E7 and D1. RGB value is (78,231,209). Sum of RGB (Red+Green+Blue) = 78+231+209=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #4EE7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE7D1 is #B1182E. Grayscale: #B6B6B6. Windows color (decimal): -11606063 or 13756238. OLE color: 13756238.

HSL color Cylindrical-coordinate representation of color #4EE7D1: hue angle of 171.37º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE7D1 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB78231209-
CMYK0.6600.100.09
HSL171.37º76.12%60.59%-
HSV(B)171.37º66.23%90.59%-
XYZ43.2363.3770.28-
YUV182.74142.8153.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.06%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=15.06%
G=44.59%
B=40.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal782312090.6600.100.09171.3776.1260.59
Hex4EE7D1420A9ab4c3d
Octal1163473211020121125311475
Binary100111011100111110100011000010010101001101010111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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