Html Css Color HEX #2ECABD Medium Turquoise

📋 copy color: '#2ECABD'

red 46 ◦ green 202 ◦ blue 189

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

Shades of Medium Turquoise #2ECABD

Tints of Medium Turquoise #2ECABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 10.53%
G = 46.22%
B = 43.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#2ECABD (or 0x2ECABD) is known color: Medium Turquoise. HEX triplet: 2E, CA and BD. RGB value is (46,202,189). Sum of RGB (Red+Green+Blue) = 46+202+189=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECABD is #D13542. Grayscale: #999999. Windows color (decimal): -13710659 or 12438062. OLE color: 12438062.

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

Color convert

RGB 46 202 189 -
CMYK 0.77 0 0.06 0.21
HSL 175º 0.63% 0.49% -
HSV(B) 175º 0.77% 0.79% -
XYZ 31.43 46.5 55.46 -
YUV 153.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 46 202 189 0.77 0 0.06 0.21 175 0.63 0.49
Hex 2E CA BD 4D 0 6 15 AF 3F 31
Octal 56 312 275 115 0 6 25 257 77 61
Binary 101110 11001010 10111101 1001101 0 110 10101 10101111 111111 110001

Color Harmonies of #2ECABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECABD

Black with #2ECABD

Text Example


Text Example

White with #2ECABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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