Html Css Color HEX #2ECCC2 Medium Turquoise

📋 copy color: '#2ECCC2'

red 46 ◦ green 204 ◦ blue 194

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

Shades of Medium Turquoise #2ECCC2

Tints of Medium Turquoise #2ECCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

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

R = 10.36%
G = 45.95%
B = 43.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#2ECCC2 (or 0x2ECCC2) is known color: Medium Turquoise. HEX triplet: 2E, CC and C2. RGB value is (46,204,194). Sum of RGB (Red+Green+Blue) = 46+204+194=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC2 is #D1333D. Grayscale: #9B9B9B. Windows color (decimal): -13710142 or 12766254. OLE color: 12766254.

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

Color convert

RGB 46 204 194 -
CMYK 0.77 0 0.05 0.2
HSL 176.2º 0.63% 0.49% -
HSV(B) 176.2º 0.77% 0.8% -
XYZ 32.46 47.66 58.53 -
YUV 155.62 149.65 49.81 -
System Red Green Blue C M Y K H S L
Decimal 46 204 194 0.77 0 0.05 0.2 176.2 0.63 0.49
Hex 2E CC C2 4D 0 5 14 B0 3F 31
Octal 56 314 302 115 0 5 24 260 77 61
Binary 101110 11001100 11000010 1001101 0 101 10100 10110000 111111 110001

Color Harmonies of #2ECCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCC2

Black with #2ECCC2

Text Example


Text Example

White with #2ECCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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