#44CAC3

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

Shades of Medium Turquoise #44CAC3

Tints of Medium Turquoise #44CAC3

Color information

#44CAC3 (or 0x44CAC3) is unknown color: approx Medium Turquoise. HEX triplet: 44, CA and C3. RGB value is (68,202,195). Sum of RGB (Red+Green+Blue) = 68+202+195=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAC3 is #BB353C. Grayscale: #A1A1A1. Windows color (decimal): -12268861 or 12831300. OLE color: 12831300.

HSL color Cylindrical-coordinate representation of color #44CAC3: hue angle of 176.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CAC3 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB68202195-
CMYK0.6600.030.21
HSL176.87º55.83%52.94%-
HSV(B)176.87º66.34%79.22%-
XYZ33.3547.4159.02-
YUV161.14147.1161.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.62%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=14.62%
G=43.44%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal682021950.6600.030.21176.8755.8352.94
Hex44CAC3420315b13835
Octal10431230310203252617065
Binary1000100110010101100001110000100111010110110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,195); }

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

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

 a { background-color: rgb(68,202,195); }

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

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

 span { border-color: rgb(68,202,195); }

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