#44DDB2

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

Shades of Turquoise #44DDB2

Tints of Turquoise #44DDB2

Color information

#44DDB2 (or 0x44DDB2) is unknown color: approx Turquoise. HEX triplet: 44, DD and B2. RGB value is (68,221,178). Sum of RGB (Red+Green+Blue) = 68+221+178=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDB2 is #BB224D. Grayscale: #AAAAAA. Windows color (decimal): -12264014 or 11722052. OLE color: 11722052.

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

Color convert

RGB68221178-
CMYK0.6900.190.13
HSL163.14º69.23%56.67%-
HSV(B)163.14º69.23%86.67%-
XYZ36.2856.1651.05-
YUV170.35132.3155-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=14.56%
G=47.32%
B=38.12%

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
Decimal682211780.6900.190.13163.1469.2356.67
Hex44DDB245013Da34539
Octal1043352621050231524310571
Binary1000100110111011011001010001010100111101101000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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