Html Css Color HEX #2ECBCE Medium Turquoise

📋 copy color: '#2ECBCE'

red 46 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #2ECBCE

Tints of Medium Turquoise #2ECBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 10.11%
G = 44.62%
B = 45.27%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ECBCE (or 0x2ECBCE) is known color: Medium Turquoise. HEX triplet: 2E, CB and CE. RGB value is (46,203,206). Sum of RGB (Red+Green+Blue) = 46+203+206=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ECBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBCE is #D13431. Grayscale: #9C9C9C. Windows color (decimal): -13710386 or 13552430. OLE color: 13552430.

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

Color convert

RGB 46 203 206 -
CMYK 0.78 0.01 0 0.19
HSL 181.13º 0.63% 0.49% -
HSV(B) 181.13º 0.78% 0.81% -
XYZ 33.62 47.75 65.84 -
YUV 156.4 155.99 49.26 -
System Red Green Blue C M Y K H S L
Decimal 46 203 206 0.78 0.01 0 0.19 181.13 0.63 0.49
Hex 2E CB CE 4E 1 0 13 B5 3F 31
Octal 56 313 316 116 1 0 23 265 77 61
Binary 101110 11001011 11001110 1001110 1 0 10011 10110101 111111 110001

Color Harmonies of #2ECBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBCE

Black with #2ECBCE

Text Example


Text Example

White with #2ECBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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