#44d6d2

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

Shades of Medium Turquoise #44D6D2

Tints of Medium Turquoise #44D6D2

Color information

#44D6D2 (or 0x44D6D2) is unknown color: approx Medium Turquoise. HEX triplet: 44, D6 and D2. RGB value is (68,214,210). Sum of RGB (Red+Green+Blue) = 68+214+210=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #44D6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D6D2 is #BB292D. Grayscale: #A9A9A9. Windows color (decimal): -12265774 or 13817412. OLE color: 13817412.

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

Color convert

RGB68214210-
CMYK0.6800.020.16
HSL178.36º64.04%55.29%-
HSV(B)178.36º68.22%83.92%-
XYZ38.0653.9869.38-
YUV169.89150.6355.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.82%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=13.82%
G=43.50%
B=42.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682142100.6800.020.16178.3664.0455.29
Hex44D6D2440210b24037
Octal104326322104022026210067
Binary10001001101011011010010100010001010000101100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d6d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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