#44DDDC

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

Shades of Turquoise #44DDDC

Tints of Turquoise #44DDDC

Color information

#44DDDC (or 0x44DDDC) is unknown color: approx Turquoise. HEX triplet: 44, DD and DC. RGB value is (68,221,220). Sum of RGB (Red+Green+Blue) = 68+221+220=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDDC is #BB2223. Grayscale: #AEAEAE. Windows color (decimal): -12263972 or 14474564. OLE color: 14474564.

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

Color convert

RGB68221220-
CMYK0.6900.000.13
HSL179.61º69.23%56.67%-
HSV(B)179.61º69.23%86.67%-
XYZ41.1658.1176.76-
YUV175.14153.3151.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.36%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=13.36%
G=43.42%
B=43.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682212200.6900.000.13179.6169.2356.67
Hex44DDDC4500Db44539
Octal104335334105001526410571
Binary100010011011101110111001000101001101101101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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