#2EEBF9

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

Shades of Bright Turquoise #2EEBF9

Tints of Bright Turquoise #2EEBF9

Color information

#2EEBF9 (or 0x2EEBF9) is unknown color: approx Bright Turquoise. HEX triplet: 2E, EB and F9. RGB value is (46,235,249). Sum of RGB (Red+Green+Blue) = 46+235+249=530 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.68% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #2EEBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBF9 is #D11406. Grayscale: #B3B3B3. Windows color (decimal): -13702151 or 16378670. OLE color: 16378670.

HSL color Cylindrical-coordinate representation of color #2EEBF9: hue angle of 184.14º degrees, saturation: 0.94, 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 #2EEBF9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46235249-
CMYK0.820.0600.02
HSL184.14º94.42%57.84%-
HSV(B)184.14º81.53%97.65%-
XYZ47.9366.84100-
YUV180.08166.8832.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.68%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=8.68%
G=44.34%
B=46.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal462352490.820.0600.02184.1494.4257.84
Hex2EEBF952602b85e3a
Octal5635337112260227013672
Binary10111011101011111110011010010110010101110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,235,249); }

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

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

 a { background-color: rgb(46,235,249); }

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

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

 span { border-color: rgb(46,235,249); }

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