Html Css Color HEX #2ECAC9 Medium Turquoise

📋 copy color: '#2ECAC9'

red 46 ◦ green 202 ◦ blue 201

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

Shades of Medium Turquoise #2ECAC9

Tints of Medium Turquoise #2ECAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.77%

R = 10.24%
G = 44.99%
B = 44.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#2ECAC9 (or 0x2ECAC9) is known color: Medium Turquoise. HEX triplet: 2E, CA and C9. RGB value is (46,202,201). Sum of RGB (Red+Green+Blue) = 46+202+201=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC9 is #D13536. Grayscale: #9B9B9B. Windows color (decimal): -13710647 or 13224494. OLE color: 13224494.

HSL color Cylindrical-coordinate representation of color #2ECAC9: hue angle of 179.62º 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 #2ECAC9 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 201 -
CMYK 0.77 0 0.00 0.21
HSL 179.62º 0.63% 0.49% -
HSV(B) 179.62º 0.77% 0.79% -
XYZ 32.79 47.04 62.61 -
YUV 155.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 46 202 201 0.77 0 0.00 0.21 179.62 0.63 0.49
Hex 2E CA C9 4D 0 0 15 B4 3F 31
Octal 56 312 311 115 0 0 25 264 77 61
Binary 101110 11001010 11001001 1001101 0 0 10101 10110100 111111 110001

Color Harmonies of #2ECAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECAC9

Black with #2ECAC9

Text Example


Text Example

White with #2ECAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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