Html Css Color HEX #2EFEB2 Turquoise

📋 copy color: '#2EFEB2'

red 46 ◦ green 254 ◦ blue 178

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

Shades of Turquoise #2EFEB2

Tints of Turquoise #2EFEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 9.62%
G = 53.14%
B = 37.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#2EFEB2 (or 0x2EFEB2) is known color: Turquoise. HEX triplet: 2E, FE and B2. RGB value is (46,254,178). Sum of RGB (Red+Green+Blue) = 46+254+178=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFEB2 is #D1014D. Grayscale: #B7B7B7. Windows color (decimal): -13697358 or 11730478. OLE color: 11730478.

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

Color convert

RGB 46 254 178 -
CMYK 0.82 0 0.30 0.00
HSL 158.08º 0.99% 0.59% -
HSV(B) 158.08º 0.82% 1% -
XYZ 44.6 74.68 54.18 -
YUV 183.14 125.09 30.18 -
System Red Green Blue C M Y K H S L
Decimal 46 254 178 0.82 0 0.30 0.00 158.08 0.99 0.59
Hex 2E FE B2 52 0 1E 0 9E 63 3B
Octal 56 376 262 122 0 36 0 236 143 73
Binary 101110 11111110 10110010 1010010 0 11110 0 10011110 1100011 111011

Color Harmonies of #2EFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFEB2

Black with #2EFEB2

Text Example


Text Example

White with #2EFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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