#2EEFD1

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

Shades of Turquoise #2EEFD1

Tints of Turquoise #2EEFD1

Color information

#2EEFD1 (or 0x2EEFD1) is unknown color: approx Turquoise. HEX triplet: 2E, EF and D1. RGB value is (46,239,209). Sum of RGB (Red+Green+Blue) = 46+239+209=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFD1 is #D1102E. Grayscale: #B1B1B1. Windows color (decimal): -13701167 or 13758254. OLE color: 13758254.

HSL color Cylindrical-coordinate representation of color #2EEFD1: hue angle of 170.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFD1 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB46239209-
CMYK0.8100.130.06
HSL170.67º85.78%55.88%-
HSV(B)170.67º80.75%93.73%-
XYZ43.566.9270.95-
YUV177.87145.5633.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.31%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=9.31%
G=48.38%
B=42.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462392090.8100.130.06170.6785.7855.88
Hex2EEFD1510D6ab5638
Octal56357321121015625312670
Binary1011101110111111010001101000101101110101010111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,209); }

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

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

 a { background-color: rgb(46,239,209); }

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

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

 span { border-color: rgb(46,239,209); }

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