#44D5C6

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

Shades of Medium Turquoise #44D5C6

Tints of Medium Turquoise #44D5C6

Color information

#44D5C6 (or 0x44D5C6) is unknown color: approx Medium Turquoise. HEX triplet: 44, D5 and C6. RGB value is (68,213,198). Sum of RGB (Red+Green+Blue) = 68+213+198=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5C6 is #BB2A39. Grayscale: #A7A7A7. Windows color (decimal): -12266042 or 13030724. OLE color: 13030724.

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

Color convert

RGB68213198-
CMYK0.6800.070.16
HSL173.79º63.32%55.1%-
HSV(B)173.79º68.08%83.53%-
XYZ36.3752.8961.72-
YUV167.94144.9656.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.20%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=14.20%
G=44.47%
B=41.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682131980.6800.070.16173.7963.3255.1
Hex44D5C6440710ae3f37
Octal10432530610407202567767
Binary10001001101010111000110100010001111000010101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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