Html Css Color HEX #2EEFBA Turquoise

📋 copy color: '#2EEFBA'

red 46 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #2EEFBA

Tints of Turquoise #2EEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

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

R = 9.77%
G = 50.74%
B = 39.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#2EEFBA (or 0x2EEFBA) is known color: Turquoise. HEX triplet: 2E, EF and BA. RGB value is (46,239,186). Sum of RGB (Red+Green+Blue) = 46+239+186=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFBA is #D11045. Grayscale: #AFAFAF. Windows color (decimal): -13701190 or 12250926. OLE color: 12250926.

HSL color Cylindrical-coordinate representation of color #2EEFBA: hue angle of 163.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFBA is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 186 -
CMYK 0.81 0 0.22 0.06
HSL 163.52º 0.86% 0.56% -
HSV(B) 163.52º 0.81% 0.94% -
XYZ 40.86 65.86 57.01 -
YUV 175.25 134.06 35.81 -
System Red Green Blue C M Y K H S L
Decimal 46 239 186 0.81 0 0.22 0.06 163.52 0.86 0.56
Hex 2E EF BA 51 0 16 6 A4 56 38
Octal 56 357 272 121 0 26 6 244 126 70
Binary 101110 11101111 10111010 1010001 0 10110 110 10100100 1010110 111000

Color Harmonies of #2EEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFBA

Black with #2EEFBA

Text Example


Text Example

White with #2EEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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