#44DDB4

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

Shades of Turquoise #44DDB4

Tints of Turquoise #44DDB4

Color information

#44DDB4 (or 0x44DDB4) is unknown color: approx Turquoise. HEX triplet: 44, DD and B4. RGB value is (68,221,180). Sum of RGB (Red+Green+Blue) = 68+221+180=469 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.50% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDB4 is #BB224B. Grayscale: #AAAAAA. Windows color (decimal): -12264012 or 11853124. OLE color: 11853124.

HSL color Cylindrical-coordinate representation of color #44DDB4: hue angle of 163.92º 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 #44DDB4 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB68221180-
CMYK0.6900.190.13
HSL163.92º69.23%56.67%-
HSV(B)163.92º69.23%86.67%-
XYZ36.4856.2452.11-
YUV170.58133.3154.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.50%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=14.50%
G=47.12%
B=38.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211800.6900.190.13163.9269.2356.67
Hex44DDB445013Da44539
Octal1043352641050231524410571
Binary1000100110111011011010010001010100111101101001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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