#2EFFC1

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

Shades of Turquoise #2EFFC1

Tints of Turquoise #2EFFC1

Color information

#2EFFC1 (or 0x2EFFC1) is unknown color: approx Turquoise. HEX triplet: 2E, FF and C1. RGB value is (46,255,193). Sum of RGB (Red+Green+Blue) = 46+255+193=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFC1 is #D1003E. Grayscale: #B9B9B9. Windows color (decimal): -13697087 or 12713774. OLE color: 12713774.

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

Color convert

RGB46255193-
CMYK0.8200.240
HSL162.2º100%59.02%-
HSV(B)162.2º81.96%100%-
XYZ46.5175.9562.66-
YUV185.44132.2628.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.31%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=9.31%
G=51.62%
B=39.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462551930.8200.240162.210059.02
Hex2EFFC1520180a2643b
Octal56377301122030024214473
Binary101110111111111100000110100100110000101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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