#44cacc

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

Shades of Medium Turquoise #44CACC

Tints of Medium Turquoise #44CACC

Color information

#44CACC (or 0x44CACC) is unknown color: approx Medium Turquoise. HEX triplet: 44, CA and CC. RGB value is (68,202,204). Sum of RGB (Red+Green+Blue) = 68+202+204=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #44CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CACC is #BB3533. Grayscale: #A2A2A2. Windows color (decimal): -12268852 or 13421124. OLE color: 13421124.

HSL color Cylindrical-coordinate representation of color #44CACC: hue angle of 180.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CACC is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68202204-
CMYK0.670.0100.2
HSL180.88º57.14%53.33%-
HSV(B)180.88º66.67%80%-
XYZ34.447.8364.55-
YUV162.16151.6160.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.35%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=14.35%
G=42.62%
B=43.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682022040.670.0100.2180.8857.1453.33
Hex44CACC431014b53935
Octal10431231410310242657165
Binary100010011001010110011001000011101010010110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44cacc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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