Html Css Color HEX #2EC6CE Medium Turquoise

📋 copy color: '#2EC6CE'

red 46 ◦ green 198 ◦ blue 206

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

Shades of Medium Turquoise #2EC6CE

Tints of Medium Turquoise #2EC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 10.22%
G = 44%
B = 45.78%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EC6CE (or 0x2EC6CE) is known color: Medium Turquoise. HEX triplet: 2E, C6 and CE. RGB value is (46,198,206). Sum of RGB (Red+Green+Blue) = 46+198+206=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EC6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC6CE is #D13931. Grayscale: #999999. Windows color (decimal): -13711666 or 13551150. OLE color: 13551150.

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

Color convert

RGB 46 198 206 -
CMYK 0.78 0.04 0 0.19
HSL 183º 0.63% 0.49% -
HSV(B) 183º 0.78% 0.81% -
XYZ 32.46 45.43 65.45 -
YUV 153.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 46 198 206 0.78 0.04 0 0.19 183 0.63 0.49
Hex 2E C6 CE 4E 4 0 13 B7 3F 31
Octal 56 306 316 116 4 0 23 267 77 61
Binary 101110 11000110 11001110 1001110 100 0 10011 10110111 111111 110001

Color Harmonies of #2EC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC6CE

Black with #2EC6CE

Text Example


Text Example

White with #2EC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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