#2EFFB7

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

Shades of Turquoise #2EFFB7

Tints of Turquoise #2EFFB7

Color information

#2EFFB7 (or 0x2EFFB7) is unknown color: approx Turquoise. HEX triplet: 2E, FF and B7. RGB value is (46,255,183). Sum of RGB (Red+Green+Blue) = 46+255+183=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFB7 is #D10048. Grayscale: #B8B8B8. Windows color (decimal): -13697097 or 12058414. OLE color: 12058414.

HSL color Cylindrical-coordinate representation of color #2EFFB7: hue angle of 159.33º 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 #2EFFB7 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB46255183-
CMYK0.8200.280
HSL159.33º100%59.02%-
HSV(B)159.33º81.96%100%-
XYZ45.4375.5256.98-
YUV184.3127.2629.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.50%
GREEN value IS 255 (100% from 255) = 52.69%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=9.50%
G=52.69%
B=37.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462551830.8200.280159.3310059.02
Hex2EFFB75201C09f643b
Octal56377267122034023714473
Binary101110111111111011011110100100111000100111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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