#44d6c9

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

Shades of Medium Turquoise #44D6C9

Tints of Medium Turquoise #44D6C9

Color information

#44D6C9 (or 0x44D6C9) is unknown color: approx Medium Turquoise. HEX triplet: 44, D6 and C9. RGB value is (68,214,201). Sum of RGB (Red+Green+Blue) = 68+214+201=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #44D6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D6C9 is #BB2936. Grayscale: #A8A8A8. Windows color (decimal): -12265783 or 13227588. OLE color: 13227588.

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

Color convert

RGB68214201-
CMYK0.6800.060.16
HSL174.66º64.04%55.29%-
HSV(B)174.66º68.22%83.92%-
XYZ36.9753.5463.64-
YUV168.86146.1356.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.08%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=14.08%
G=44.31%
B=41.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682142010.6800.060.16174.6664.0455.29
Hex44D6C9440610af4037
Octal104326311104062025710067
Binary100010011010110110010011000100011010000101011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d6c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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