Html Css Color HEX #2ECEBE Medium Turquoise

📋 copy color: '#2ECEBE'

red 46 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #2ECEBE

Tints of Medium Turquoise #2ECEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 10.41%
G = 46.61%
B = 42.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#2ECEBE (or 0x2ECEBE) is known color: Medium Turquoise. HEX triplet: 2E, CE and BE. RGB value is (46,206,190). Sum of RGB (Red+Green+Blue) = 46+206+190=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEBE is #D13141. Grayscale: #9C9C9C. Windows color (decimal): -13709634 or 12504622. OLE color: 12504622.

HSL color Cylindrical-coordinate representation of color #2ECEBE: hue angle of 174º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECEBE is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 190 -
CMYK 0.78 0 0.08 0.19
HSL 174º 0.63% 0.49% -
HSV(B) 174º 0.78% 0.81% -
XYZ 32.49 48.44 56.35 -
YUV 156.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 46 206 190 0.78 0 0.08 0.19 174 0.63 0.49
Hex 2E CE BE 4E 0 8 13 AE 3F 31
Octal 56 316 276 116 0 10 23 256 77 61
Binary 101110 11001110 10111110 1001110 0 1000 10011 10101110 111111 110001

Color Harmonies of #2ECEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECEBE

Black with #2ECEBE

Text Example


Text Example

White with #2ECEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,206,190); }

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

background-color css

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

 a { background-color: rgb(46,206,190); }

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

border-color css

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

 span { border-color: rgb(46,206,190); }

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