#2EE9FA

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

Shades of Bright Turquoise #2EE9FA

Tints of Bright Turquoise #2EE9FA

Color information

#2EE9FA (or 0x2EE9FA) is unknown color: approx Bright Turquoise. HEX triplet: 2E, E9 and FA. RGB value is (46,233,250). Sum of RGB (Red+Green+Blue) = 46+233+250=529 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.70% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EE9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE9FA is #D11605. Grayscale: #B2B2B2. Windows color (decimal): -13702662 or 16443694. OLE color: 16443694.

HSL color Cylindrical-coordinate representation of color #2EE9FA: hue angle of 185º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE9FA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46233250-
CMYK0.820.0700.02
HSL185º95.33%58.04%-
HSV(B)185º81.6%98.04%-
XYZ47.5265.76100.63-
YUV179.02168.0533.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.70%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=8.70%
G=44.05%
B=47.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal462332500.820.0700.0218595.3358.04
Hex2EE9FA52702b95f3a
Octal5635137212270227113772
Binary10111011101001111110101010010111010101110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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