#2EFDC6

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

Shades of Turquoise #2EFDC6

Tints of Turquoise #2EFDC6

Color information

#2EFDC6 (or 0x2EFDC6) is unknown color: approx Turquoise. HEX triplet: 2E, FD and C6. RGB value is (46,253,198). Sum of RGB (Red+Green+Blue) = 46+253+198=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDC6 is #D10239. Grayscale: #B8B8B8. Windows color (decimal): -13697594 or 13040942. OLE color: 13040942.

HSL color Cylindrical-coordinate representation of color #2EFDC6: hue angle of 164.06º 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 #2EFDC6 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB46253198-
CMYK0.8200.220.01
HSL164.06º98.1%58.63%-
HSV(B)164.06º81.82%99.22%-
XYZ46.4574.9165.44-
YUV184.84135.4228.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.26%
GREEN value IS 253 (99.22% from 255) = 50.91%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=9.26%
G=50.91%
B=39.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462531980.8200.220.01164.0698.158.63
Hex2EFDC6520161a4623b
Octal56375306122026124414273
Binary101110111111011100011010100100101101101001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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