#4EE8DE

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

Shades of Turquoise #4EE8DE

Tints of Turquoise #4EE8DE

Color information

#4EE8DE (or 0x4EE8DE) is unknown color: approx Turquoise. HEX triplet: 4E, E8 and DE. RGB value is (78,232,222). Sum of RGB (Red+Green+Blue) = 78+232+222=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8DE is #B11721. Grayscale: #B8B8B8. Windows color (decimal): -11605794 or 14608462. OLE color: 14608462.

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

Color convert

RGB78232222-
CMYK0.6600.040.09
HSL176.1º77%60.78%-
HSV(B)176.1º66.38%90.98%-
XYZ45.1864.6179.2-
YUV184.81148.9851.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.66%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=14.66%
G=43.61%
B=41.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal782322220.6600.040.09176.17760.78
Hex4EE8DE42049b04d3d
Octal116350336102041126011575
Binary10011101110100011011110100001001001001101100001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,232,222); }

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

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

 a { background-color: rgb(78,232,222); }

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

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

 span { border-color: rgb(78,232,222); }

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