Html Css Color HEX #2EFDBA Turquoise

📋 copy color: '#2EFDBA'

red 46 ◦ green 253 ◦ blue 186

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

Shades of Turquoise #2EFDBA

Tints of Turquoise #2EFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

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

R = 9.48%
G = 52.16%
B = 38.35%

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

#2EFDBA (or 0x2EFDBA) is known color: Turquoise. HEX triplet: 2E, FD and BA. RGB value is (46,253,186). Sum of RGB (Red+Green+Blue) = 46+253+186=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBA is #D10245. Grayscale: #B7B7B7. Windows color (decimal): -13697606 or 12254510. OLE color: 12254510.

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

Color convert

RGB 46 253 186 -
CMYK 0.82 0 0.26 0.01
HSL 160.58º 0.98% 0.59% -
HSV(B) 160.58º 0.82% 0.99% -
XYZ 45.11 74.38 58.43 -
YUV 183.47 129.42 29.95 -
System Red Green Blue C M Y K H S L
Decimal 46 253 186 0.82 0 0.26 0.01 160.58 0.98 0.59
Hex 2E FD BA 52 0 1A 1 A1 62 3B
Octal 56 375 272 122 0 32 1 241 142 73
Binary 101110 11111101 10111010 1010010 0 11010 1 10100001 1100010 111011

Color Harmonies of #2EFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDBA

Black with #2EFDBA

Text Example


Text Example

White with #2EFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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