#2EF7E5

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

Shades of Turquoise #2EF7E5

Tints of Turquoise #2EF7E5

Color information

#2EF7E5 (or 0x2EF7E5) is unknown color: approx Turquoise. HEX triplet: 2E, F7 and E5. RGB value is (46,247,229). Sum of RGB (Red+Green+Blue) = 46+247+229=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF7E5 is #D1081A. Grayscale: #B8B8B8. Windows color (decimal): -13699099 or 15071022. OLE color: 15071022.

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

Color convert

RGB46247229-
CMYK0.8100.070.03
HSL174.63º92.63%57.45%-
HSV(B)174.63º81.38%96.86%-
XYZ48.5372.7685.61-
YUV184.85152.9128.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.81%
GREEN value IS 247 (96.88% from 255) = 47.32%
BLUE value IS 229 (89.84% from 255) = 43.87%
R=8.81%
G=47.32%
B=43.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462472290.8100.070.03174.6392.6357.45
Hex2EF7E551073af5d39
Octal5636734512107325713571
Binary10111011110111111001011010001011111101011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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