Html Css Color HEX #2EFFB6 Turquoise

📋 copy color: '#2EFFB6'

red 46 ◦ green 255 ◦ blue 182

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

Shades of Turquoise #2EFFB6

Tints of Turquoise #2EFFB6

RGB

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

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

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

R = 9.52%
G = 52.8%
B = 37.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#2EFFB6 (or 0x2EFFB6) is known color: Turquoise. HEX triplet: 2E, FF and B6. RGB value is (46,255,182). Sum of RGB (Red+Green+Blue) = 46+255+182=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFB6 is #D10049. Grayscale: #B8B8B8. Windows color (decimal): -13697098 or 11992878. OLE color: 11992878.

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

Color convert

RGB 46 255 182 -
CMYK 0.82 0 0.29 0
HSL 159.04º 1% 0.59% -
HSV(B) 159.04º 0.82% 1% -
XYZ 45.33 75.48 56.44 -
YUV 184.19 126.76 29.44 -
System Red Green Blue C M Y K H S L
Decimal 46 255 182 0.82 0 0.29 0 159.04 1 0.59
Hex 2E FF B6 52 0 1D 0 9F 64 3B
Octal 56 377 266 122 0 35 0 237 144 73
Binary 101110 11111111 10110110 1010010 0 11101 0 10011111 1100100 111011

Color Harmonies of #2EFFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFB6

Black with #2EFFB6

Text Example


Text Example

White with #2EFFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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