#2EC1CB

Color #2EC1CB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2EC1CB

Tints of Medium Turquoise #2EC1CB

Color information

#2EC1CB (or 0x2EC1CB) is unknown color: approx Medium Turquoise. HEX triplet: 2E, C1 and CB. RGB value is (46,193,203). Sum of RGB (Red+Green+Blue) = 46+193+203=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1CB is #D13E34. Grayscale: #969696. Windows color (decimal): -13712949 or 13353262. OLE color: 13353262.

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

Color convert

RGB46193203-
CMYK0.770.0500.20
HSL183.82º63.05%48.82%-
HSV(B)183.82º77.34%79.61%-
XYZ30.9843.0363.17-
YUV150.19157.853.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.41%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=10.41%
G=43.67%
B=45.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461932030.770.0500.20183.8263.0548.82
Hex2EC1CB4D5014b83f31
Octal5630131311550242707761
Binary1011101100000111001011100110110101010010111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EC1CB;
 }
 .AnyTagClassName
 {
   color: #2EC1CB;
 }
</style>
background-color css

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

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

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

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

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

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