Html Css Color HEX #2ECBBD Medium Turquoise

📋 copy color: '#2ECBBD'

red 46 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #2ECBBD

Tints of Medium Turquoise #2ECBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 10.5%
G = 46.35%
B = 43.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#2ECBBD (or 0x2ECBBD) is known color: Medium Turquoise. HEX triplet: 2E, CB and BD. RGB value is (46,203,189). Sum of RGB (Red+Green+Blue) = 46+203+189=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBBD is #D13442. Grayscale: #9A9A9A. Windows color (decimal): -13710403 or 12438318. OLE color: 12438318.

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

Color convert

RGB 46 203 189 -
CMYK 0.77 0 0.07 0.20
HSL 174.65º 0.63% 0.49% -
HSV(B) 174.65º 0.77% 0.8% -
XYZ 31.67 46.97 55.54 -
YUV 154.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 46 203 189 0.77 0 0.07 0.20 174.65 0.63 0.49
Hex 2E CB BD 4D 0 7 14 AF 3F 31
Octal 56 313 275 115 0 7 24 257 77 61
Binary 101110 11001011 10111101 1001101 0 111 10100 10101111 111111 110001

Color Harmonies of #2ECBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBBD

Black with #2ECBBD

Text Example


Text Example

White with #2ECBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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