Html Css Color HEX #2EC8BE Medium Turquoise

📋 copy color: '#2EC8BE'

red 46 ◦ green 200 ◦ blue 190

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

Shades of Medium Turquoise #2EC8BE

Tints of Medium Turquoise #2EC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 10.55%
G = 45.87%
B = 43.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#2EC8BE (or 0x2EC8BE) is known color: Medium Turquoise. HEX triplet: 2E, C8 and BE. RGB value is (46,200,190). Sum of RGB (Red+Green+Blue) = 46+200+190=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8BE is #D13741. Grayscale: #989898. Windows color (decimal): -13711170 or 12503086. OLE color: 12503086.

HSL color Cylindrical-coordinate representation of color #2EC8BE: hue angle of 176.1º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8BE is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 190 -
CMYK 0.77 0 0.05 0.22
HSL 176.1º 0.63% 0.48% -
HSV(B) 176.1º 0.77% 0.78% -
XYZ 31.08 45.61 55.88 -
YUV 152.81 148.98 51.81 -
System Red Green Blue C M Y K H S L
Decimal 46 200 190 0.77 0 0.05 0.22 176.1 0.63 0.48
Hex 2E C8 BE 4D 0 5 16 B0 3F 30
Octal 56 310 276 115 0 5 26 260 77 60
Binary 101110 11001000 10111110 1001101 0 101 10110 10110000 111111 110000

Color Harmonies of #2EC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8BE

Black with #2EC8BE

Text Example


Text Example

White with #2EC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,190); }

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

background-color css

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

 a { background-color: rgb(46,200,190); }

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

border-color css

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

 span { border-color: rgb(46,200,190); }

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