#2EE8D3

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

Shades of Turquoise #2EE8D3

Tints of Turquoise #2EE8D3

Color information

#2EE8D3 (or 0x2EE8D3) is unknown color: approx Turquoise. HEX triplet: 2E, E8 and D3. RGB value is (46,232,211). Sum of RGB (Red+Green+Blue) = 46+232+211=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8D3 is #D1172C. Grayscale: #ADADAD. Windows color (decimal): -13702957 or 13887534. OLE color: 13887534.

HSL color Cylindrical-coordinate representation of color #2EE8D3: hue angle of 173.23º degrees, saturation: 0.8, 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 #2EE8D3 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB46232211-
CMYK0.8000.090.09
HSL173.23º80.17%54.51%-
HSV(B)173.23º80.17%90.98%-
XYZ41.746371.59-
YUV173.99148.8836.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.41%
GREEN value IS 232 (91.02% from 255) = 47.44%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=9.41%
G=47.44%
B=43.15%

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
Decimal462322110.8000.090.09173.2380.1754.51
Hex2EE8D350099ad5037
Octal563503231200111125512067
Binary10111011101000110100111010000010011001101011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,232,211); }

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

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

 a { background-color: rgb(46,232,211); }

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

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

 span { border-color: rgb(46,232,211); }

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