Html Css Color HEX #2ECBC3 Medium Turquoise

📋 copy color: '#2ECBC3'

red 46 ◦ green 203 ◦ blue 195

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

Shades of Medium Turquoise #2ECBC3

Tints of Medium Turquoise #2ECBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.92%

R = 10.36%
G = 45.72%
B = 43.92%

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

#2ECBC3 (or 0x2ECBC3) is known color: Medium Turquoise. HEX triplet: 2E, CB and C3. RGB value is (46,203,195). Sum of RGB (Red+Green+Blue) = 46+203+195=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBC3 is #D1343C. Grayscale: #9B9B9B. Windows color (decimal): -13710397 or 12831534. OLE color: 12831534.

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

Color convert

RGB 46 203 195 -
CMYK 0.77 0 0.04 0.20
HSL 176.94º 0.63% 0.49% -
HSV(B) 176.94º 0.77% 0.8% -
XYZ 32.33 47.23 59.04 -
YUV 155.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 46 203 195 0.77 0 0.04 0.20 176.94 0.63 0.49
Hex 2E CB C3 4D 0 4 14 B1 3F 31
Octal 56 313 303 115 0 4 24 261 77 61
Binary 101110 11001011 11000011 1001101 0 100 10100 10110001 111111 110001

Color Harmonies of #2ECBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBC3

Black with #2ECBC3

Text Example


Text Example

White with #2ECBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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