#44C1BA

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

Shades of Medium Turquoise #44C1BA

Tints of Medium Turquoise #44C1BA

Color information

#44C1BA (or 0x44C1BA) is unknown color: approx Medium Turquoise. HEX triplet: 44, C1 and BA. RGB value is (68,193,186). Sum of RGB (Red+Green+Blue) = 68+193+186=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #44C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C1BA is #BB3E45. Grayscale: #9A9A9A. Windows color (decimal): -12271174 or 12239172. OLE color: 12239172.

HSL color Cylindrical-coordinate representation of color #44C1BA: hue angle of 176.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C1BA is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB68193186-
CMYK0.6500.040.24
HSL176.64º50.2%51.18%-
HSV(B)176.64º64.77%75.69%-
XYZ30.3242.9153.14-
YUV154.83145.5966.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.21%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=15.21%
G=43.18%
B=41.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681931860.6500.040.24176.6450.251.18
Hex44C1BA410418b13233
Octal10430127210104302616263
Binary10001001100000110111010100000101001100010110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44C1BA; }

 p { color: rgb(68,193,186); }

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

<style>
 a { background-color: #44C1BA; }

 a { background-color: rgb(68,193,186); }

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

<style>
 span { border-color: #44C1BA; }

 span { border-color: rgb(68,193,186); }

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