#4EE9DA

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

Shades of Turquoise #4EE9DA

Tints of Turquoise #4EE9DA

Color information

#4EE9DA (or 0x4EE9DA) is unknown color: approx Turquoise. HEX triplet: 4E, E9 and DA. RGB value is (78,233,218). Sum of RGB (Red+Green+Blue) = 78+233+218=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9DA is #B11625. Grayscale: #B8B8B8. Windows color (decimal): -11605542 or 14346574. OLE color: 14346574.

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

Color convert

RGB78233218-
CMYK0.6700.060.09
HSL174.19º77.89%60.98%-
HSV(B)174.19º66.52%91.37%-
XYZ44.9464.9676.5-
YUV184.94146.6551.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.74%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=14.74%
G=44.05%
B=41.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal782332180.6700.060.09174.1977.8960.98
Hex4EE9DA43069ae4e3d
Octal116351332103061125611675
Binary10011101110100111011010100001101101001101011101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,233,218); }

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

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

 a { background-color: rgb(78,233,218); }

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

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

 span { border-color: rgb(78,233,218); }

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