Html Css Color HEX #2ECBC2 Medium Turquoise

📋 copy color: '#2ECBC2'

red 46 ◦ green 203 ◦ blue 194

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

Shades of Medium Turquoise #2ECBC2

Tints of Medium Turquoise #2ECBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 10.38%
G = 45.82%
B = 43.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#2ECBC2 (or 0x2ECBC2) is known color: Medium Turquoise. HEX triplet: 2E, CB and C2. RGB value is (46,203,194). Sum of RGB (Red+Green+Blue) = 46+203+194=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBC2 is #D1343D. Grayscale: #9A9A9A. Windows color (decimal): -13710398 or 12765998. OLE color: 12765998.

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

Color convert

RGB 46 203 194 -
CMYK 0.77 0 0.04 0.20
HSL 176.56º 0.63% 0.49% -
HSV(B) 176.56º 0.77% 0.8% -
XYZ 32.22 47.19 58.45 -
YUV 155.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 46 203 194 0.77 0 0.04 0.20 176.56 0.63 0.49
Hex 2E CB C2 4D 0 4 14 B1 3F 31
Octal 56 313 302 115 0 4 24 261 77 61
Binary 101110 11001011 11000010 1001101 0 100 10100 10110001 111111 110001

Color Harmonies of #2ECBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBC2

Black with #2ECBC2

Text Example


Text Example

White with #2ECBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,203,194); }

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

background-color css

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

 a { background-color: rgb(46,203,194); }

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

border-color css

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

 span { border-color: rgb(46,203,194); }

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