Html Css Color HEX #2EFBBA Turquoise

📋 copy color: '#2EFBBA'

red 46 ◦ green 251 ◦ blue 186

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

Shades of Turquoise #2EFBBA

Tints of Turquoise #2EFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.97%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 9.52%
G = 51.97%
B = 38.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#2EFBBA (or 0x2EFBBA) is known color: Turquoise. HEX triplet: 2E, FB and BA. RGB value is (46,251,186). Sum of RGB (Red+Green+Blue) = 46+251+186=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBBA is #D10445. Grayscale: #B6B6B6. Windows color (decimal): -13698118 or 12253998. OLE color: 12253998.

HSL color Cylindrical-coordinate representation of color #2EFBBA: hue angle of 160.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBBA is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 186 -
CMYK 0.82 0 0.26 0.02
HSL 160.98º 0.96% 0.58% -
HSV(B) 160.98º 0.82% 0.98% -
XYZ 44.49 73.12 58.22 -
YUV 182.3 130.08 30.79 -
System Red Green Blue C M Y K H S L
Decimal 46 251 186 0.82 0 0.26 0.02 160.98 0.96 0.58
Hex 2E FB BA 52 0 1A 2 A1 60 3A
Octal 56 373 272 122 0 32 2 241 140 72
Binary 101110 11111011 10111010 1010010 0 11010 10 10100001 1100000 111010

Color Harmonies of #2EFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBBA

Black with #2EFBBA

Text Example


Text Example

White with #2EFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,186); }

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

background-color css

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

 a { background-color: rgb(46,251,186); }

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

border-color css

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

 span { border-color: rgb(46,251,186); }

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