Html Css Color HEX #2EFEB6 Turquoise

📋 copy color: '#2EFEB6'

red 46 ◦ green 254 ◦ blue 182

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

Shades of Turquoise #2EFEB6

Tints of Turquoise #2EFEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 9.54%
G = 52.7%
B = 37.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#2EFEB6 (or 0x2EFEB6) is known color: Turquoise. HEX triplet: 2E, FE and B6. RGB value is (46,254,182). Sum of RGB (Red+Green+Blue) = 46+254+182=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEB6 is #D10149. Grayscale: #B7B7B7. Windows color (decimal): -13697354 or 11992622. OLE color: 11992622.

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

Color convert

RGB 46 254 182 -
CMYK 0.82 0 0.28 0.00
HSL 159.23º 0.99% 0.59% -
HSV(B) 159.23º 0.82% 1% -
XYZ 45.01 74.84 56.33 -
YUV 183.6 127.09 29.85 -
System Red Green Blue C M Y K H S L
Decimal 46 254 182 0.82 0 0.28 0.00 159.23 0.99 0.59
Hex 2E FE B6 52 0 1C 0 9F 63 3B
Octal 56 376 266 122 0 34 0 237 143 73
Binary 101110 11111110 10110110 1010010 0 11100 0 10011111 1100011 111011

Color Harmonies of #2EFEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFEB6

Black with #2EFEB6

Text Example


Text Example

White with #2EFEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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