Html Css Color HEX #2EC8C4 Medium Turquoise

📋 copy color: '#2EC8C4'

red 46 ◦ green 200 ◦ blue 196

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

Shades of Medium Turquoise #2EC8C4

Tints of Medium Turquoise #2EC8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 10.41%
G = 45.25%
B = 44.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#2EC8C4 (or 0x2EC8C4) is known color: Medium Turquoise. HEX triplet: 2E, C8 and C4. RGB value is (46,200,196). Sum of RGB (Red+Green+Blue) = 46+200+196=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8C4 is #D1373B. Grayscale: #999999. Windows color (decimal): -13711164 or 12896302. OLE color: 12896302.

HSL color Cylindrical-coordinate representation of color #2EC8C4: hue angle of 178.44º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8C4 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 196 -
CMYK 0.77 0 0.02 0.22
HSL 178.44º 0.63% 0.48% -
HSV(B) 178.44º 0.77% 0.78% -
XYZ 31.74 45.87 59.41 -
YUV 153.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 46 200 196 0.77 0 0.02 0.22 178.44 0.63 0.48
Hex 2E C8 C4 4D 0 2 16 B2 3F 30
Octal 56 310 304 115 0 2 26 262 77 60
Binary 101110 11001000 11000100 1001101 0 10 10110 10110010 111111 110000

Color Harmonies of #2EC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8C4

Black with #2EC8C4

Text Example


Text Example

White with #2EC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,196); }

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

background-color css

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

 a { background-color: rgb(46,200,196); }

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

border-color css

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

 span { border-color: rgb(46,200,196); }

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