#44DDD6

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

Shades of Turquoise #44DDD6

Tints of Turquoise #44DDD6

Color information

#44DDD6 (or 0x44DDD6) is unknown color: approx Turquoise. HEX triplet: 44, DD and D6. RGB value is (68,221,214). Sum of RGB (Red+Green+Blue) = 68+221+214=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDD6 is #BB2229. Grayscale: #AEAEAE. Windows color (decimal): -12263978 or 14081348. OLE color: 14081348.

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

Color convert

RGB68221214-
CMYK0.6900.030.13
HSL177.25º69.23%56.67%-
HSV(B)177.25º69.23%86.67%-
XYZ40.3857.872.65-
YUV174.46150.3152.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.52%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=13.52%
G=43.94%
B=42.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682212140.6900.030.13177.2569.2356.67
Hex44DDD64503Db14539
Octal104335326105031526110571
Binary1000100110111011101011010001010111101101100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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