#2EF7D9

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

Shades of Turquoise #2EF7D9

Tints of Turquoise #2EF7D9

Color information

#2EF7D9 (or 0x2EF7D9) is unknown color: approx Turquoise. HEX triplet: 2E, F7 and D9. RGB value is (46,247,217). Sum of RGB (Red+Green+Blue) = 46+247+217=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF7D9 is #D10826. Grayscale: #B7B7B7. Windows color (decimal): -13699111 or 14284590. OLE color: 14284590.

HSL color Cylindrical-coordinate representation of color #2EF7D9: hue angle of 171.04º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF7D9 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB46247217-
CMYK0.8100.120.03
HSL171.04º92.63%57.45%-
HSV(B)171.04º81.38%96.86%-
XYZ46.9172.1177.09-
YUV183.48146.9129.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.02%
GREEN value IS 247 (96.88% from 255) = 48.43%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=9.02%
G=48.43%
B=42.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462472170.8100.120.03171.0492.6357.45
Hex2EF7D9510C3ab5d39
Octal56367331121014325313571
Binary101110111101111101100110100010110011101010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,247,217); }

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

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

 a { background-color: rgb(46,247,217); }

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

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

 span { border-color: rgb(46,247,217); }

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