#2EDEE5

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

Shades of Turquoise #2EDEE5

Tints of Turquoise #2EDEE5

Color information

#2EDEE5 (or 0x2EDEE5) is unknown color: approx Turquoise. HEX triplet: 2E, DE and E5. RGB value is (46,222,229). Sum of RGB (Red+Green+Blue) = 46+222+229=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EDEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEE5 is #D1211A. Grayscale: #A9A9A9. Windows color (decimal): -13705499 or 15064622. OLE color: 15064622.

HSL color Cylindrical-coordinate representation of color #2EDEE5: hue angle of 182.3º 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 #2EDEE5 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB46222229-
CMYK0.800.0300.10
HSL182.3º77.87%53.92%-
HSV(B)182.3º79.91%89.8%-
XYZ41.3958.4883.24-
YUV170.17161.1939.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.26%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 229 (89.84% from 255) = 46.08%
R=9.26%
G=44.67%
B=46.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal462222290.800.0300.10182.377.8753.92
Hex2EDEE55030Ab64e36
Octal56336345120301226611666
Binary101110110111101110010110100001101010101101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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