Html Css Color HEX #2ECDCC Medium Turquoise

📋 copy color: '#2ECDCC'

red 46 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #2ECDCC

Tints of Medium Turquoise #2ECDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 10.11%
G = 45.05%
B = 44.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#2ECDCC (or 0x2ECDCC) is known color: Medium Turquoise. HEX triplet: 2E, CD and CC. RGB value is (46,205,204). Sum of RGB (Red+Green+Blue) = 46+205+204=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDCC is #D13233. Grayscale: #9D9D9D. Windows color (decimal): -13709876 or 13421870. OLE color: 13421870.

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

Color convert

RGB 46 205 204 -
CMYK 0.78 0 0.00 0.20
HSL 179.62º 0.63% 0.49% -
HSV(B) 179.62º 0.78% 0.8% -
XYZ 33.86 48.6 64.72 -
YUV 157.35 154.32 48.58 -
System Red Green Blue C M Y K H S L
Decimal 46 205 204 0.78 0 0.00 0.20 179.62 0.63 0.49
Hex 2E CD CC 4E 0 0 14 B4 3F 31
Octal 56 315 314 116 0 0 24 264 77 61
Binary 101110 11001101 11001100 1001110 0 0 10100 10110100 111111 110001

Color Harmonies of #2ECDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDCC

Black with #2ECDCC

Text Example


Text Example

White with #2ECDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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