Html Css Color HEX #2ECCBA Medium Turquoise

📋 copy color: '#2ECCBA'

red 46 ◦ green 204 ◦ blue 186

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

Shades of Medium Turquoise #2ECCBA

Tints of Medium Turquoise #2ECCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 10.55%
G = 46.79%
B = 42.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#2ECCBA (or 0x2ECCBA) is known color: Medium Turquoise. HEX triplet: 2E, CC and BA. RGB value is (46,204,186). Sum of RGB (Red+Green+Blue) = 46+204+186=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCBA is #D13345. Grayscale: #9A9A9A. Windows color (decimal): -13710150 or 12241966. OLE color: 12241966.

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

Color convert

RGB 46 204 186 -
CMYK 0.77 0 0.09 0.2
HSL 173.16º 0.63% 0.49% -
HSV(B) 173.16º 0.77% 0.8% -
XYZ 31.58 47.31 53.92 -
YUV 154.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 46 204 186 0.77 0 0.09 0.2 173.16 0.63 0.49
Hex 2E CC BA 4D 0 9 14 AD 3F 31
Octal 56 314 272 115 0 11 24 255 77 61
Binary 101110 11001100 10111010 1001101 0 1001 10100 10101101 111111 110001

Color Harmonies of #2ECCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCBA

Black with #2ECCBA

Text Example


Text Example

White with #2ECCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,204,186); }

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

background-color css

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

 a { background-color: rgb(46,204,186); }

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

border-color css

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

 span { border-color: rgb(46,204,186); }

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