Html Css Color HEX #2EFFE2 Turquoise

📋 copy color: '#2EFFE2'

red 46 ◦ green 255 ◦ blue 226

#2EFFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2EFFE2

Tints of Turquoise #2EFFE2

RGB

 RED value IS 46 (18.36% from 255) = 8.73%

 GREEN value IS 255 (100% from 255) = 48.39%

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 8.73%
G = 48.39%
B = 42.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#2EFFE2 (or 0x2EFFE2) is known color: Turquoise. HEX triplet: 2E, FF and E2. RGB value is (46,255,226). Sum of RGB (Red+Green+Blue) = 46+255+226=527 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.73% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFE2 is #D1001D. Grayscale: #BDBDBD. Windows color (decimal): -13697054 or 14876462. OLE color: 14876462.

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

Color convert

RGB 46 255 226 -
CMYK 0.82 0 0.11 0
HSL 171.67º 1% 0.59% -
HSV(B) 171.67º 0.82% 1% -
XYZ 50.61 77.59 84.26 -
YUV 189.2 148.76 25.86 -
System Red Green Blue C M Y K H S L
Decimal 46 255 226 0.82 0 0.11 0 171.67 1 0.59
Hex 2E FF E2 52 0 B 0 AC 64 3B
Octal 56 377 342 122 0 13 0 254 144 73
Binary 101110 11111111 11100010 1010010 0 1011 0 10101100 1100100 111011

Color Harmonies of #2EFFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFE2

Black with #2EFFE2

Text Example


Text Example

White with #2EFFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EFFE2;
 }
 .AnyTagClassName
 {
   color: #2EFFE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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