#2EE5DE

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

Shades of Turquoise #2EE5DE

Tints of Turquoise #2EE5DE

Color information

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

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

Color convert

RGB46229222-
CMYK0.8000.030.10
HSL177.7º77.87%53.92%-
HSV(B)177.7º79.91%89.8%-
XYZ42.3361.8978.82-
YUV173.48155.3737.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal462292220.8000.030.10177.777.8753.92
Hex2EE5DE5003Ab24e36
Octal56345336120031226211666
Binary101110111001011101111010100000111010101100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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