#44d6c5

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

Shades of Medium Turquoise #44D6C5

Tints of Medium Turquoise #44D6C5

Color information

#44D6C5 (or 0x44D6C5) is unknown color: approx Medium Turquoise. HEX triplet: 44, D6 and C5. RGB value is (68,214,197). Sum of RGB (Red+Green+Blue) = 68+214+197=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #44D6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D6C5 is #BB293A. Grayscale: #A8A8A8. Windows color (decimal): -12265787 or 12965444. OLE color: 12965444.

HSL color Cylindrical-coordinate representation of color #44D6C5: hue angle of 173.01º degrees, saturation: 0.64, 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 #44D6C5 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB68214197-
CMYK0.6800.080.16
HSL173.01º64.04%55.29%-
HSV(B)173.01º68.22%83.92%-
XYZ36.5153.3561.2-
YUV168.41144.1356.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.20%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=14.20%
G=44.68%
B=41.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682141970.6800.080.16173.0164.0455.29
Hex44D6C5440810ad4037
Octal1043263051040102025510067
Binary1000100110101101100010110001000100010000101011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d6c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,214,197); }

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

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

 a { background-color: rgb(68,214,197); }

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

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

 span { border-color: rgb(68,214,197); }

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