Html Css Color HEX #2ECDBC Medium Turquoise

📋 copy color: '#2ECDBC'

red 46 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #2ECDBC

Tints of Medium Turquoise #2ECDBC

RGB

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

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

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

R = 10.48%
G = 46.7%
B = 42.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#2ECDBC (or 0x2ECDBC) is known color: Medium Turquoise. HEX triplet: 2E, CD and BC. RGB value is (46,205,188). Sum of RGB (Red+Green+Blue) = 46+205+188=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDBC is #D13243. Grayscale: #9B9B9B. Windows color (decimal): -13709892 or 12373294. OLE color: 12373294.

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

Color convert

RGB 46 205 188 -
CMYK 0.78 0 0.08 0.20
HSL 173.58º 0.63% 0.49% -
HSV(B) 173.58º 0.78% 0.8% -
XYZ 32.04 47.87 55.13 -
YUV 155.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 46 205 188 0.78 0 0.08 0.20 173.58 0.63 0.49
Hex 2E CD BC 4E 0 8 14 AE 3F 31
Octal 56 315 274 116 0 10 24 256 77 61
Binary 101110 11001101 10111100 1001110 0 1000 10100 10101110 111111 110001

Color Harmonies of #2ECDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDBC

Black with #2ECDBC

Text Example


Text Example

White with #2ECDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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