Html Css Color HEX #2ECECE Medium Turquoise

📋 copy color: '#2ECECE'

red 46 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #2ECECE

Tints of Medium Turquoise #2ECECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 10.04%
G = 44.98%
B = 44.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ECECE (or 0x2ECECE) is known color: Medium Turquoise. HEX triplet: 2E, CE and CE. RGB value is (46,206,206). Sum of RGB (Red+Green+Blue) = 46+206+206=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #2ECECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECECE is #D13131. Grayscale: #9E9E9E. Windows color (decimal): -13709618 or 13553198. OLE color: 13553198.

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

Color convert

RGB 46 206 206 -
CMYK 0.78 0 0 0.19
HSL 180º 0.63% 0.49% -
HSV(B) 180º 0.78% 0.81% -
XYZ 34.34 49.18 66.08 -
YUV 158.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 46 206 206 0.78 0 0 0.19 180 0.63 0.49
Hex 2E CE CE 4E 0 0 13 B4 3F 31
Octal 56 316 316 116 0 0 23 264 77 61
Binary 101110 11001110 11001110 1001110 0 0 10011 10110100 111111 110001

Color Harmonies of #2ECECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECECE

Black with #2ECECE

Text Example


Text Example

White with #2ECECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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