#2EE5E0

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

Shades of Turquoise #2EE5E0

Tints of Turquoise #2EE5E0

Color information

#2EE5E0 (or 0x2EE5E0) is unknown color: approx Turquoise. HEX triplet: 2E, E5 and E0. RGB value is (46,229,224). Sum of RGB (Red+Green+Blue) = 46+229+224=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE5E0 is #D11A1F. Grayscale: #ADADAD. Windows color (decimal): -13703712 or 14738734. OLE color: 14738734.

HSL color Cylindrical-coordinate representation of color #2EE5E0: hue angle of 178.36º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE5E0 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB46229224-
CMYK0.8000.020.10
HSL178.36º77.87%53.92%-
HSV(B)178.36º79.91%89.8%-
XYZ42.66280.24-
YUV173.71156.3736.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.22%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=9.22%
G=45.89%
B=44.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal462292240.8000.020.10178.3677.8753.92
Hex2EE5E05002Ab24e36
Octal56345340120021226211666
Binary101110111001011110000010100000101010101100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,229,224); }

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

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

 a { background-color: rgb(46,229,224); }

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

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

 span { border-color: rgb(46,229,224); }

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