Html Css Color HEX #2ECCCC Medium Turquoise

📋 copy color: '#2ECCCC'

red 46 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #2ECCCC

Tints of Medium Turquoise #2ECCCC

RGB

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

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

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

R = 10.13%
G = 44.93%
B = 44.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ECCCC (or 0x2ECCCC) is known color: Medium Turquoise. HEX triplet: 2E, CC and CC. RGB value is (46,204,204). Sum of RGB (Red+Green+Blue) = 46+204+204=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #2ECCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCCC is #D13333. Grayscale: #9C9C9C. Windows color (decimal): -13710132 or 13421614. OLE color: 13421614.

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

Color convert

RGB 46 204 204 -
CMYK 0.77 0 0 0.2
HSL 180º 0.63% 0.49% -
HSV(B) 180º 0.77% 0.8% -
XYZ 33.62 48.13 64.64 -
YUV 156.76 154.65 49 -
System Red Green Blue C M Y K H S L
Decimal 46 204 204 0.77 0 0 0.2 180 0.63 0.49
Hex 2E CC CC 4D 0 0 14 B4 3F 31
Octal 56 314 314 115 0 0 24 264 77 61
Binary 101110 11001100 11001100 1001101 0 0 10100 10110100 111111 110001

Color Harmonies of #2ECCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCCC

Black with #2ECCCC

Text Example


Text Example

White with #2ECCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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