#44D5B3

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

Shades of Medium Turquoise #44D5B3

Tints of Medium Turquoise #44D5B3

Color information

#44D5B3 (or 0x44D5B3) is unknown color: approx Medium Turquoise. HEX triplet: 44, D5 and B3. RGB value is (68,213,179). Sum of RGB (Red+Green+Blue) = 68+213+179=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5B3 is #BB2A4C. Grayscale: #A5A5A5. Windows color (decimal): -12266061 or 11785540. OLE color: 11785540.

HSL color Cylindrical-coordinate representation of color #44D5B3: hue angle of 165.93º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D5B3 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB68213179-
CMYK0.6800.160.16
HSL165.93º63.32%55.1%-
HSV(B)165.93º68.08%83.53%-
XYZ34.3152.0750.89-
YUV165.77135.4658.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=14.78%
G=46.30%
B=38.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682131790.6800.160.16165.9363.3255.1
Hex44D5B34401010a63f37
Octal104325263104020202467767
Binary1000100110101011011001110001000100001000010100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,179); }

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

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

 a { background-color: rgb(68,213,179); }

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

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

 span { border-color: rgb(68,213,179); }

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