#44DDC5

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

Shades of Turquoise #44DDC5

Tints of Turquoise #44DDC5

Color information

#44DDC5 (or 0x44DDC5) is unknown color: approx Turquoise. HEX triplet: 44, DD and C5. RGB value is (68,221,197). Sum of RGB (Red+Green+Blue) = 68+221+197=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDC5 is #BB223A. Grayscale: #ACACAC. Windows color (decimal): -12263995 or 12967236. OLE color: 12967236.

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

Color convert

RGB68221197-
CMYK0.6900.110.13
HSL170.59º69.23%56.67%-
HSV(B)170.59º69.23%86.67%-
XYZ38.3256.9761.8-
YUV172.52141.8153.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.99%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=13.99%
G=45.47%
B=40.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211970.6900.110.13170.5969.2356.67
Hex44DDC5450BDab4539
Octal1043353051050131525310571
Binary100010011011101110001011000101010111101101010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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