#2EE3F2

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

Shades of Turquoise #2EE3F2

Tints of Turquoise #2EE3F2

Color information

#2EE3F2 (or 0x2EE3F2) is unknown color: approx Turquoise. HEX triplet: 2E, E3 and F2. RGB value is (46,227,242). Sum of RGB (Red+Green+Blue) = 46+227+242=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #2EE3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE3F2 is #D11C0D. Grayscale: #AEAEAE. Windows color (decimal): -13704206 or 15917870. OLE color: 15917870.

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

Color convert

RGB46227242-
CMYK0.810.0600.05
HSL184.59º88.29%56.47%-
HSV(B)184.59º80.99%94.9%-
XYZ44.6261.9393.61-
YUV174.59166.0336.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.93%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 242 (94.92% from 255) = 46.99%
R=8.93%
G=44.08%
B=46.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462272420.810.0600.05184.5988.2956.47
Hex2EE3F251605b95838
Octal5634336212160527113070
Binary101110111000111111001010100011100101101110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,227,242); }

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

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

 a { background-color: rgb(46,227,242); }

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

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

 span { border-color: rgb(46,227,242); }

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