#2EDFE5

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

Shades of Turquoise #2EDFE5

Tints of Turquoise #2EDFE5

Color information

#2EDFE5 (or 0x2EDFE5) is unknown color: approx Turquoise. HEX triplet: 2E, DF and E5. RGB value is (46,223,229). Sum of RGB (Red+Green+Blue) = 46+223+229=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFE5 is #D1201A. Grayscale: #AAAAAA. Windows color (decimal): -13705243 or 15064878. OLE color: 15064878.

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

Color convert

RGB46223229-
CMYK0.800.0300.10
HSL181.97º77.87%53.92%-
HSV(B)181.97º79.91%89.8%-
XYZ41.6659.0183.32-
YUV170.76160.8639.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.24%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=9.24%
G=44.78%
B=45.98%

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
Decimal462232290.800.0300.10181.9777.8753.92
Hex2EDFE55030Ab64e36
Octal56337345120301226611666
Binary101110110111111110010110100001101010101101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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