#2ef1d6

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

Shades of Turquoise #2EF1D6

Tints of Turquoise #2EF1D6

Color information

#2EF1D6 (or 0x2EF1D6) is unknown color: approx Turquoise. HEX triplet: 2E, F1 and D6. RGB value is (46,241,214). Sum of RGB (Red+Green+Blue) = 46+241+214=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1D6 is #D10E29. Grayscale: #B3B3B3. Windows color (decimal): -13700650 or 14086446. OLE color: 14086446.

HSL color Cylindrical-coordinate representation of color #2EF1D6: hue angle of 171.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1D6 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB46241214-
CMYK0.8100.110.05
HSL171.69º87.44%56.27%-
HSV(B)171.69º80.91%94.51%-
XYZ44.7268.3574.45-
YUV179.62147.432.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.18%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=9.18%
G=48.10%
B=42.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462412140.8100.110.05171.6987.4456.27
Hex2EF1D6510B5ac5738
Octal56361326121013525412770
Binary1011101111000111010110101000101011101101011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef1d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,241,214); }

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

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

 a { background-color: rgb(46,241,214); }

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

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

 span { border-color: rgb(46,241,214); }

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