#44D1DD

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

Shades of Medium Turquoise #44D1DD

Tints of Medium Turquoise #44D1DD

Color information

#44D1DD (or 0x44D1DD) is unknown color: approx Medium Turquoise. HEX triplet: 44, D1 and DD. RGB value is (68,209,221). Sum of RGB (Red+Green+Blue) = 68+209+221=498 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.65% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #44D1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D1DD is #BB2E22. Grayscale: #A8A8A8. Windows color (decimal): -12267043 or 14537028. OLE color: 14537028.

HSL color Cylindrical-coordinate representation of color #44D1DD: hue angle of 184.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D1DD is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68209221-
CMYK0.690.0500.13
HSL184.71º69.23%56.67%-
HSV(B)184.71º69.23%86.67%-
XYZ38.2452.0576.44-
YUV168.21157.7956.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.65%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=13.65%
G=41.97%
B=44.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682092210.690.0500.13184.7169.2356.67
Hex44D1DD4550Db94539
Octal104321335105501527110571
Binary10001001101000111011101100010110101101101110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,209,221); }

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

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

 a { background-color: rgb(68,209,221); }

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

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

 span { border-color: rgb(68,209,221); }

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