Html Css Color HEX #2EC2CD Medium Turquoise

📋 copy color: '#2EC2CD'

red 46 ◦ green 194 ◦ blue 205

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

Shades of Medium Turquoise #2EC2CD

Tints of Medium Turquoise #2EC2CD

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 46 194 205 -
CMYK 0.78 0.05 0 0.20
HSL 184.15º 0.63% 0.49% -
HSV(B) 184.15º 0.78% 0.8% -
XYZ 31.44 43.57 64.51 -
YUV 151 158.47 53.11 -
System Red Green Blue C M Y K H S L
Decimal 46 194 205 0.78 0.05 0 0.20 184.15 0.63 0.49
Hex 2E C2 CD 4E 5 0 14 B8 3F 31
Octal 56 302 315 116 5 0 24 270 77 61
Binary 101110 11000010 11001101 1001110 101 0 10100 10111000 111111 110001

Color Harmonies of #2EC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC2CD

Black with #2EC2CD

Text Example


Text Example

White with #2EC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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