#2EFFB4

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

Shades of Turquoise #2EFFB4

Tints of Turquoise #2EFFB4

Color information

#2EFFB4 (or 0x2EFFB4) is unknown color: approx Turquoise. HEX triplet: 2E, FF and B4. RGB value is (46,255,180). Sum of RGB (Red+Green+Blue) = 46+255+180=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFB4 is #D1004B. Grayscale: #B8B8B8. Windows color (decimal): -13697100 or 11861806. OLE color: 11861806.

HSL color Cylindrical-coordinate representation of color #2EFFB4: hue angle of 158.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFB4 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB46255180-
CMYK0.8200.290
HSL158.47º100%59.02%-
HSV(B)158.47º81.96%100%-
XYZ45.1275.455.35-
YUV183.96125.7629.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.56%
GREEN value IS 255 (100% from 255) = 53.01%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=9.56%
G=53.01%
B=37.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462551800.8200.290158.4710059.02
Hex2EFFB45201D09e643b
Octal56377264122035023614473
Binary101110111111111011010010100100111010100111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,255,180); }

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

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

 a { background-color: rgb(46,255,180); }

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

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

 span { border-color: rgb(46,255,180); }

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