Html Css Color HEX #2ECAC6 Medium Turquoise

📋 copy color: '#2ECAC6'

red 46 ◦ green 202 ◦ blue 198

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

Shades of Medium Turquoise #2ECAC6

Tints of Medium Turquoise #2ECAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 10.31%
G = 45.29%
B = 44.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#2ECAC6 (or 0x2ECAC6) is known color: Medium Turquoise. HEX triplet: 2E, CA and C6. RGB value is (46,202,198). Sum of RGB (Red+Green+Blue) = 46+202+198=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC6 is #D13539. Grayscale: #9A9A9A. Windows color (decimal): -13710650 or 13027886. OLE color: 13027886.

HSL color Cylindrical-coordinate representation of color #2ECAC6: hue angle of 178.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECAC6 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 198 -
CMYK 0.77 0 0.02 0.21
HSL 178.46º 0.63% 0.49% -
HSV(B) 178.46º 0.77% 0.79% -
XYZ 32.44 46.9 60.77 -
YUV 154.9 152.32 50.33 -
System Red Green Blue C M Y K H S L
Decimal 46 202 198 0.77 0 0.02 0.21 178.46 0.63 0.49
Hex 2E CA C6 4D 0 2 15 B2 3F 31
Octal 56 312 306 115 0 2 25 262 77 61
Binary 101110 11001010 11000110 1001101 0 10 10101 10110010 111111 110001

Color Harmonies of #2ECAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECAC6

Black with #2ECAC6

Text Example


Text Example

White with #2ECAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,202,198); }

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

background-color css

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

 a { background-color: rgb(46,202,198); }

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

border-color css

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

 span { border-color: rgb(46,202,198); }

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