Html Css Color HEX #2ED5BA Turquoise

📋 copy color: '#2ED5BA'

red 46 ◦ green 213 ◦ blue 186

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

Shades of Turquoise #2ED5BA

Tints of Turquoise #2ED5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

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

R = 10.34%
G = 47.87%
B = 41.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#2ED5BA (or 0x2ED5BA) is known color: Turquoise. HEX triplet: 2E, D5 and BA. RGB value is (46,213,186). Sum of RGB (Red+Green+Blue) = 46+213+186=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5BA is #D12A45. Grayscale: #9F9F9F. Windows color (decimal): -13707846 or 12244270. OLE color: 12244270.

HSL color Cylindrical-coordinate representation of color #2ED5BA: hue angle of 170.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED5BA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 186 -
CMYK 0.78 0 0.13 0.16
HSL 170.3º 0.67% 0.51% -
HSV(B) 170.3º 0.78% 0.84% -
XYZ 33.78 51.71 54.66 -
YUV 159.99 142.67 46.7 -
System Red Green Blue C M Y K H S L
Decimal 46 213 186 0.78 0 0.13 0.16 170.3 0.67 0.51
Hex 2E D5 BA 4E 0 D 10 AA 43 33
Octal 56 325 272 116 0 15 20 252 103 63
Binary 101110 11010101 10111010 1001110 0 1101 10000 10101010 1000011 110011

Color Harmonies of #2ED5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED5BA

Black with #2ED5BA

Text Example


Text Example

White with #2ED5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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