#2EF1EE

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

Shades of Turquoise #2EF1EE

Tints of Turquoise #2EF1EE

Color information

#2EF1EE (or 0x2EF1EE) is unknown color: approx Turquoise. HEX triplet: 2E, F1 and EE. RGB value is (46,241,238). Sum of RGB (Red+Green+Blue) = 46+241+238=525 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.76% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF1EE is #D10E11. Grayscale: #B6B6B6. Windows color (decimal): -13700626 or 15659310. OLE color: 15659310.

HSL color Cylindrical-coordinate representation of color #2EF1EE: hue angle of 179.08º 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 #2EF1EE is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB46241238-
CMYK0.8100.010.05
HSL179.08º87.44%56.27%-
HSV(B)179.08º80.91%94.51%-
XYZ48.0169.6691.8-
YUV182.35159.430.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.76%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=8.76%
G=45.90%
B=45.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462412380.8100.010.05179.0887.4456.27
Hex2EF1EE51015b35738
Octal5636135612101526312770
Binary1011101111000111101110101000101101101100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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