#4EE3D9

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

Shades of Turquoise #4EE3D9

Tints of Turquoise #4EE3D9

Color information

#4EE3D9 (or 0x4EE3D9) is unknown color: approx Turquoise. HEX triplet: 4E, E3 and D9. RGB value is (78,227,217). Sum of RGB (Red+Green+Blue) = 78+227+217=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3D9 is #B11C26. Grayscale: #B5B5B5. Windows color (decimal): -11607079 or 14279502. OLE color: 14279502.

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

Color convert

RGB78227217-
CMYK0.6600.040.11
HSL175.97º72.68%59.8%-
HSV(B)175.97º65.64%89.02%-
XYZ43.1461.5775.26-
YUV181.31148.1454.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.94%
GREEN value IS 227 (89.06% from 255) = 43.49%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=14.94%
G=43.49%
B=41.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal782272170.6600.040.11175.9772.6859.8
Hex4EE3D94204Bb0493c
Octal116343331102041326011174
Binary10011101110001111011001100001001001011101100001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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