Html Css Color HEX #2ECACC Medium Turquoise

📋 copy color: '#2ECACC'

red 46 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #2ECACC

Tints of Medium Turquoise #2ECACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 10.18%
G = 44.69%
B = 45.13%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ECACC (or 0x2ECACC) is known color: Medium Turquoise. HEX triplet: 2E, CA and CC. RGB value is (46,202,204). Sum of RGB (Red+Green+Blue) = 46+202+204=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ECACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECACC is #D13533. Grayscale: #9B9B9B. Windows color (decimal): -13710644 or 13421102. OLE color: 13421102.

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

Color convert

RGB 46 202 204 -
CMYK 0.77 0.01 0 0.2
HSL 180.76º 0.63% 0.49% -
HSV(B) 180.76º 0.77% 0.8% -
XYZ 33.15 47.18 64.49 -
YUV 155.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 46 202 204 0.77 0.01 0 0.2 180.76 0.63 0.49
Hex 2E CA CC 4D 1 0 14 B5 3F 31
Octal 56 312 314 115 1 0 24 265 77 61
Binary 101110 11001010 11001100 1001101 1 0 10100 10110101 111111 110001

Color Harmonies of #2ECACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECACC

Black with #2ECACC

Text Example


Text Example

White with #2ECACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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