#2EF8F0

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

Shades of Turquoise #2EF8F0

Tints of Turquoise #2EF8F0

Color information

#2EF8F0 (or 0x2EF8F0) is unknown color: approx Turquoise. HEX triplet: 2E, F8 and F0. RGB value is (46,248,240). Sum of RGB (Red+Green+Blue) = 46+248+240=534 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.61% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF8F0 is #D1070F. Grayscale: #BABABA. Windows color (decimal): -13698832 or 15792174. OLE color: 15792174.

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

Color convert

RGB46248240-
CMYK0.8100.030.03
HSL177.62º93.52%57.65%-
HSV(B)177.62º81.45%97.25%-
XYZ50.4274.0194.07-
YUV186.69158.0827.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.61%
GREEN value IS 248 (97.27% from 255) = 46.44%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=8.61%
G=46.44%
B=44.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462482400.8100.030.03177.6293.5257.65
Hex2EF8F051033b25e3a
Octal5637036012103326213672
Binary1011101111100011110000101000101111101100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,248,240); }

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

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

 a { background-color: rgb(46,248,240); }

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

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

 span { border-color: rgb(46,248,240); }

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