Html Css Color HEX #2EC7CB Medium Turquoise

📋 copy color: '#2EC7CB'

red 46 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #2EC7CB

Tints of Medium Turquoise #2EC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.42%

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

R = 10.27%
G = 44.42%
B = 45.31%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EC7CB (or 0x2EC7CB) is known color: Medium Turquoise. HEX triplet: 2E, C7 and CB. RGB value is (46,199,203). Sum of RGB (Red+Green+Blue) = 46+199+203=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EC7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7CB is #D13834. Grayscale: #999999. Windows color (decimal): -13711413 or 13354798. OLE color: 13354798.

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

Color convert

RGB 46 199 203 -
CMYK 0.77 0.02 0 0.20
HSL 181.53º 0.63% 0.49% -
HSV(B) 181.53º 0.77% 0.8% -
XYZ 32.33 45.74 63.62 -
YUV 153.71 155.81 51.17 -
System Red Green Blue C M Y K H S L
Decimal 46 199 203 0.77 0.02 0 0.20 181.53 0.63 0.49
Hex 2E C7 CB 4D 2 0 14 B6 3F 31
Octal 56 307 313 115 2 0 24 266 77 61
Binary 101110 11000111 11001011 1001101 10 0 10100 10110110 111111 110001

Color Harmonies of #2EC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC7CB

Black with #2EC7CB

Text Example


Text Example

White with #2EC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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