Html Css Color HEX #2ECBC0 Medium Turquoise

📋 copy color: '#2ECBC0'

red 46 ◦ green 203 ◦ blue 192

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

Shades of Medium Turquoise #2ECBC0

Tints of Medium Turquoise #2ECBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 10.43%
G = 46.03%
B = 43.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#2ECBC0 (or 0x2ECBC0) is known color: Medium Turquoise. HEX triplet: 2E, CB and C0. RGB value is (46,203,192). Sum of RGB (Red+Green+Blue) = 46+203+192=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBC0 is #D1343F. Grayscale: #9A9A9A. Windows color (decimal): -13710400 or 12634926. OLE color: 12634926.

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

Color convert

RGB 46 203 192 -
CMYK 0.77 0 0.05 0.20
HSL 175.8º 0.63% 0.49% -
HSV(B) 175.8º 0.77% 0.8% -
XYZ 32 47.1 57.27 -
YUV 154.8 148.99 50.39 -
System Red Green Blue C M Y K H S L
Decimal 46 203 192 0.77 0 0.05 0.20 175.8 0.63 0.49
Hex 2E CB C0 4D 0 5 14 B0 3F 31
Octal 56 313 300 115 0 5 24 260 77 61
Binary 101110 11001011 11000000 1001101 0 101 10100 10110000 111111 110001

Color Harmonies of #2ECBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBC0

Black with #2ECBC0

Text Example


Text Example

White with #2ECBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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