#2eebf1

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

Shades of Turquoise #2EEBF1

Tints of Turquoise #2EEBF1

Color information

#2EEBF1 (or 0x2EEBF1) is unknown color: approx Turquoise. HEX triplet: 2E, EB and F1. RGB value is (46,235,241). Sum of RGB (Red+Green+Blue) = 46+235+241=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EEBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBF1 is #D1140E. Grayscale: #B2B2B2. Windows color (decimal): -13702159 or 15854382. OLE color: 15854382.

HSL color Cylindrical-coordinate representation of color #2EEBF1: hue angle of 181.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEBF1 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46235241-
CMYK0.810.0200.05
HSL181.85º87.44%56.27%-
HSV(B)181.85º80.91%94.51%-
XYZ46.7166.3593.56-
YUV179.17162.8833.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.81%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=8.81%
G=45.02%
B=46.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462352410.810.0200.05181.8587.4456.27
Hex2EEBF151205b65738
Octal5635336112120526612770
Binary10111011101011111100011010001100101101101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eebf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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