Html Css Color HEX #2ECBCC Medium Turquoise

📋 copy color: '#2ECBCC'

red 46 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #2ECBCC

Tints of Medium Turquoise #2ECBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 10.15%
G = 44.81%
B = 45.03%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ECBCC (or 0x2ECBCC) is known color: Medium Turquoise. HEX triplet: 2E, CB and CC. RGB value is (46,203,204). Sum of RGB (Red+Green+Blue) = 46+203+204=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ECBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBCC is #D13433. Grayscale: #9C9C9C. Windows color (decimal): -13710388 or 13421358. OLE color: 13421358.

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

Color convert

RGB 46 203 204 -
CMYK 0.77 0.00 0 0.2
HSL 180.38º 0.63% 0.49% -
HSV(B) 180.38º 0.77% 0.8% -
XYZ 33.38 47.65 64.57 -
YUV 156.17 154.99 49.42 -
System Red Green Blue C M Y K H S L
Decimal 46 203 204 0.77 0.00 0 0.2 180.38 0.63 0.49
Hex 2E CB CC 4D 0 0 14 B4 3F 31
Octal 56 313 314 115 0 0 24 264 77 61
Binary 101110 11001011 11001100 1001101 0 0 10100 10110100 111111 110001

Color Harmonies of #2ECBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBCC

Black with #2ECBCC

Text Example


Text Example

White with #2ECBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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