Html Css Color HEX #2ECDC2 Medium Turquoise

📋 copy color: '#2ECDC2'

red 46 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #2ECDC2

Tints of Medium Turquoise #2ECDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 10.34%
G = 46.07%
B = 43.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#2ECDC2 (or 0x2ECDC2) is known color: Medium Turquoise. HEX triplet: 2E, CD and C2. RGB value is (46,205,194). Sum of RGB (Red+Green+Blue) = 46+205+194=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDC2 is #D1323D. Grayscale: #9C9C9C. Windows color (decimal): -13709886 or 12766510. OLE color: 12766510.

HSL color Cylindrical-coordinate representation of color #2ECDC2: hue angle of 175.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDC2 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 205 194 -
CMYK 0.78 0 0.05 0.20
HSL 175.85º 0.63% 0.49% -
HSV(B) 175.85º 0.78% 0.8% -
XYZ 32.7 48.14 58.61 -
YUV 156.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 46 205 194 0.78 0 0.05 0.20 175.85 0.63 0.49
Hex 2E CD C2 4E 0 5 14 B0 3F 31
Octal 56 315 302 116 0 5 24 260 77 61
Binary 101110 11001101 11000010 1001110 0 101 10100 10110000 111111 110001

Color Harmonies of #2ECDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDC2

Black with #2ECDC2

Text Example


Text Example

White with #2ECDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,194); }

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

background-color css

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

 a { background-color: rgb(46,205,194); }

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

border-color css

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

 span { border-color: rgb(46,205,194); }

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