Html Css Color HEX #2ECDBB Medium Turquoise

📋 copy color: '#2ECDBB'

red 46 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #2ECDBB

Tints of Medium Turquoise #2ECDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 10.5%
G = 46.8%
B = 42.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#2ECDBB (or 0x2ECDBB) is known color: Medium Turquoise. HEX triplet: 2E, CD and BB. RGB value is (46,205,187). Sum of RGB (Red+Green+Blue) = 46+205+187=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDBB is #D13244. Grayscale: #9B9B9B. Windows color (decimal): -13709893 or 12307758. OLE color: 12307758.

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

Color convert

RGB 46 205 187 -
CMYK 0.78 0 0.09 0.20
HSL 173.21º 0.63% 0.49% -
HSV(B) 173.21º 0.78% 0.8% -
XYZ 31.93 47.83 54.56 -
YUV 155.41 145.82 49.96 -
System Red Green Blue C M Y K H S L
Decimal 46 205 187 0.78 0 0.09 0.20 173.21 0.63 0.49
Hex 2E CD BB 4E 0 9 14 AD 3F 31
Octal 56 315 273 116 0 11 24 255 77 61
Binary 101110 11001101 10111011 1001110 0 1001 10100 10101101 111111 110001

Color Harmonies of #2ECDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDBB

Black with #2ECDBB

Text Example


Text Example

White with #2ECDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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