Html Css Color HEX #2EC8CB Medium Turquoise

📋 copy color: '#2EC8CB'

red 46 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #2EC8CB

Tints of Medium Turquoise #2EC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 10.24%
G = 44.54%
B = 45.21%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EC8CB (or 0x2EC8CB) is known color: Medium Turquoise. HEX triplet: 2E, C8 and CB. RGB value is (46,200,203). Sum of RGB (Red+Green+Blue) = 46+200+203=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8CB is #D13734. Grayscale: #9A9A9A. Windows color (decimal): -13711157 or 13355054. OLE color: 13355054.

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

Color convert

RGB 46 200 203 -
CMYK 0.77 0.01 0 0.20
HSL 181.15º 0.63% 0.49% -
HSV(B) 181.15º 0.77% 0.8% -
XYZ 32.56 46.2 63.7 -
YUV 154.3 155.48 50.76 -
System Red Green Blue C M Y K H S L
Decimal 46 200 203 0.77 0.01 0 0.20 181.15 0.63 0.49
Hex 2E C8 CB 4D 1 0 14 B5 3F 31
Octal 56 310 313 115 1 0 24 265 77 61
Binary 101110 11001000 11001011 1001101 1 0 10100 10110101 111111 110001

Color Harmonies of #2EC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8CB

Black with #2EC8CB

Text Example


Text Example

White with #2EC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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