#2EE8EF

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

Shades of Turquoise #2EE8EF

Tints of Turquoise #2EE8EF

Color information

#2EE8EF (or 0x2EE8EF) is unknown color: approx Turquoise. HEX triplet: 2E, E8 and EF. RGB value is (46,232,239). Sum of RGB (Red+Green+Blue) = 46+232+239=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EE8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE8EF is #D11710. Grayscale: #B0B0B0. Windows color (decimal): -13702929 or 15722542. OLE color: 15722542.

HSL color Cylindrical-coordinate representation of color #2EE8EF: hue angle of 182.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE8EF is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB46232239-
CMYK0.810.0300.06
HSL182.18º85.78%55.88%-
HSV(B)182.18º80.75%93.73%-
XYZ45.5664.5391.71-
YUV177.18162.8834.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.90%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=8.90%
G=44.87%
B=46.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462322390.810.0300.06182.1885.7855.88
Hex2EE8EF51306b65638
Octal5635035712130626612670
Binary10111011101000111011111010001110110101101101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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