#2EE1F0

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

Shades of Turquoise #2EE1F0

Tints of Turquoise #2EE1F0

Color information

#2EE1F0 (or 0x2EE1F0) is unknown color: approx Turquoise. HEX triplet: 2E, E1 and F0. RGB value is (46,225,240). Sum of RGB (Red+Green+Blue) = 46+225+240=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #2EE1F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1F0 is #D11E0F. Grayscale: #ACACAC. Windows color (decimal): -13704720 or 15786286. OLE color: 15786286.

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

Color convert

RGB46225240-
CMYK0.810.0600.06
HSL184.64º86.61%56.08%-
HSV(B)184.64º80.83%94.12%-
XYZ43.7860.7291.85-
YUV173.19165.737.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.00%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=9.00%
G=44.03%
B=46.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462252400.810.0600.06184.6486.6156.08
Hex2EE1F051606b95738
Octal5634136012160627112770
Binary101110111000011111000010100011100110101110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,240); }

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

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

 a { background-color: rgb(46,225,240); }

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

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

 span { border-color: rgb(46,225,240); }

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