#2EFDEC

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

Shades of Turquoise #2EFDEC

Tints of Turquoise #2EFDEC

Color information

#2EFDEC (or 0x2EFDEC) is unknown color: approx Turquoise. HEX triplet: 2E, FD and EC. RGB value is (46,253,236). Sum of RGB (Red+Green+Blue) = 46+253+236=535 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.60% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDEC is #D10213. Grayscale: #BDBDBD. Windows color (decimal): -13697556 or 15531310. OLE color: 15531310.

HSL color Cylindrical-coordinate representation of color #2EFDEC: hue angle of 175.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDEC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB46253236-
CMYK0.8200.070.01
HSL175.07º98.1%58.63%-
HSV(B)175.07º81.82%99.22%-
XYZ51.3976.8991.49-
YUV189.17154.4225.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.60%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=8.60%
G=47.29%
B=44.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462532360.8200.070.01175.0798.158.63
Hex2EFDEC52071af623b
Octal5637535412207125714273
Binary1011101111110111101100101001001111101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,253,236); }

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

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

 a { background-color: rgb(46,253,236); }

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

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

 span { border-color: rgb(46,253,236); }

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