Html Css Color HEX #2EFEE2 Turquoise

📋 copy color: '#2EFEE2'

red 46 ◦ green 254 ◦ blue 226

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

Shades of Turquoise #2EFEE2

Tints of Turquoise #2EFEE2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.29%

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

R = 8.75%
G = 48.29%
B = 42.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#2EFEE2 (or 0x2EFEE2) is known color: Turquoise. HEX triplet: 2E, FE and E2. RGB value is (46,254,226). Sum of RGB (Red+Green+Blue) = 46+254+226=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEE2 is #D1011D. Grayscale: #BCBCBC. Windows color (decimal): -13697310 or 14876206. OLE color: 14876206.

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

Color convert

RGB 46 254 226 -
CMYK 0.82 0 0.11 0.00
HSL 171.92º 0.99% 0.59% -
HSV(B) 171.92º 0.82% 1% -
XYZ 50.3 76.96 84.15 -
YUV 188.62 149.09 26.28 -
System Red Green Blue C M Y K H S L
Decimal 46 254 226 0.82 0 0.11 0.00 171.92 0.99 0.59
Hex 2E FE E2 52 0 B 0 AC 63 3B
Octal 56 376 342 122 0 13 0 254 143 73
Binary 101110 11111110 11100010 1010010 0 1011 0 10101100 1100011 111011

Color Harmonies of #2EFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFEE2

Black with #2EFEE2

Text Example


Text Example

White with #2EFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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