Html Css Color HEX #2ECCBC Medium Turquoise

📋 copy color: '#2ECCBC'

red 46 ◦ green 204 ◦ blue 188

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

Shades of Medium Turquoise #2ECCBC

Tints of Medium Turquoise #2ECCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 10.5%
G = 46.58%
B = 42.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#2ECCBC (or 0x2ECCBC) is known color: Medium Turquoise. HEX triplet: 2E, CC and BC. RGB value is (46,204,188). Sum of RGB (Red+Green+Blue) = 46+204+188=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCBC is #D13343. Grayscale: #9A9A9A. Windows color (decimal): -13710148 or 12373038. OLE color: 12373038.

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

Color convert

RGB 46 204 188 -
CMYK 0.77 0 0.08 0.2
HSL 173.92º 0.63% 0.49% -
HSV(B) 173.92º 0.77% 0.8% -
XYZ 31.8 47.4 55.05 -
YUV 154.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 46 204 188 0.77 0 0.08 0.2 173.92 0.63 0.49
Hex 2E CC BC 4D 0 8 14 AE 3F 31
Octal 56 314 274 115 0 10 24 256 77 61
Binary 101110 11001100 10111100 1001101 0 1000 10100 10101110 111111 110001

Color Harmonies of #2ECCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCBC

Black with #2ECCBC

Text Example


Text Example

White with #2ECCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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