#44DDC6

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

Shades of Turquoise #44DDC6

Tints of Turquoise #44DDC6

Color information

#44DDC6 (or 0x44DDC6) is unknown color: approx Turquoise. HEX triplet: 44, DD and C6. RGB value is (68,221,198). Sum of RGB (Red+Green+Blue) = 68+221+198=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDC6 is #BB2239. Grayscale: #ACACAC. Windows color (decimal): -12263994 or 13032772. OLE color: 13032772.

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

Color convert

RGB68221198-
CMYK0.6900.100.13
HSL170.98º69.23%56.67%-
HSV(B)170.98º69.23%86.67%-
XYZ38.4357.0262.41-
YUV172.63142.3153.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.96%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=13.96%
G=45.38%
B=40.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211980.6900.100.13170.9869.2356.67
Hex44DDC6450ADab4539
Octal1043353061050121525310571
Binary100010011011101110001101000101010101101101010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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