#2EE9D4

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

Shades of Turquoise #2EE9D4

Tints of Turquoise #2EE9D4

Color information

#2EE9D4 (or 0x2EE9D4) is unknown color: approx Turquoise. HEX triplet: 2E, E9 and D4. RGB value is (46,233,212). Sum of RGB (Red+Green+Blue) = 46+233+212=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9D4 is #D1162B. Grayscale: #AEAEAE. Windows color (decimal): -13702700 or 13953326. OLE color: 13953326.

HSL color Cylindrical-coordinate representation of color #2EE9D4: hue angle of 173.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9D4 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB46233212-
CMYK0.8000.090.09
HSL173.26º80.95%54.71%-
HSV(B)173.26º80.26%91.37%-
XYZ42.1563.6172.34-
YUV174.69149.0536.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.37%
GREEN value IS 233 (91.41% from 255) = 47.45%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=9.37%
G=47.45%
B=43.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal462332120.8000.090.09173.2680.9554.71
Hex2EE9D450099ad5137
Octal563513241200111125512167
Binary10111011101001110101001010000010011001101011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EE9D4; }

 p { color: rgb(46,233,212); }

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

<style>
 a { background-color: #2EE9D4; }

 a { background-color: rgb(46,233,212); }

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

<style>
 span { border-color: #2EE9D4; }

 span { border-color: rgb(46,233,212); }

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