Html Css Color HEX #2EFCBA Turquoise

📋 copy color: '#2EFCBA'

red 46 ◦ green 252 ◦ blue 186

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

Shades of Turquoise #2EFCBA

Tints of Turquoise #2EFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.07%

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

R = 9.5%
G = 52.07%
B = 38.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#2EFCBA (or 0x2EFCBA) is known color: Turquoise. HEX triplet: 2E, FC and BA. RGB value is (46,252,186). Sum of RGB (Red+Green+Blue) = 46+252+186=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCBA is #D10345. Grayscale: #B6B6B6. Windows color (decimal): -13697862 or 12254254. OLE color: 12254254.

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

Color convert

RGB 46 252 186 -
CMYK 0.82 0 0.26 0.01
HSL 160.78º 0.97% 0.58% -
HSV(B) 160.78º 0.82% 0.99% -
XYZ 44.8 73.75 58.33 -
YUV 182.88 129.75 30.37 -
System Red Green Blue C M Y K H S L
Decimal 46 252 186 0.82 0 0.26 0.01 160.78 0.97 0.58
Hex 2E FC BA 52 0 1A 1 A1 61 3A
Octal 56 374 272 122 0 32 1 241 141 72
Binary 101110 11111100 10111010 1010010 0 11010 1 10100001 1100001 111010

Color Harmonies of #2EFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCBA

Black with #2EFCBA

Text Example


Text Example

White with #2EFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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