Html Css Color HEX #2ECCC1 Medium Turquoise

📋 copy color: '#2ECCC1'

red 46 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #2ECCC1

Tints of Medium Turquoise #2ECCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 10.38%
G = 46.05%
B = 43.57%

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

#2ECCC1 (or 0x2ECCC1) is known color: Medium Turquoise. HEX triplet: 2E, CC and C1. RGB value is (46,204,193). Sum of RGB (Red+Green+Blue) = 46+204+193=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC1 is #D1333E. Grayscale: #9B9B9B. Windows color (decimal): -13710143 or 12700718. OLE color: 12700718.

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

Color convert

RGB 46 204 193 -
CMYK 0.77 0 0.05 0.2
HSL 175.82º 0.63% 0.49% -
HSV(B) 175.82º 0.77% 0.8% -
XYZ 32.35 47.62 57.94 -
YUV 155.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 46 204 193 0.77 0 0.05 0.2 175.82 0.63 0.49
Hex 2E CC C1 4D 0 5 14 B0 3F 31
Octal 56 314 301 115 0 5 24 260 77 61
Binary 101110 11001100 11000001 1001101 0 101 10100 10110000 111111 110001

Color Harmonies of #2ECCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCC1

Black with #2ECCC1

Text Example


Text Example

White with #2ECCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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