#44DAB7

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

Shades of Turquoise #44DAB7

Tints of Turquoise #44DAB7

Color information

#44DAB7 (or 0x44DAB7) is unknown color: approx Turquoise. HEX triplet: 44, DA and B7. RGB value is (68,218,183). Sum of RGB (Red+Green+Blue) = 68+218+183=469 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.50% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #44DAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DAB7 is #BB2548. Grayscale: #A9A9A9. Windows color (decimal): -12264777 or 12048964. OLE color: 12048964.

HSL color Cylindrical-coordinate representation of color #44DAB7: hue angle of 166º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DAB7 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB68218183-
CMYK0.6900.160.15
HSL166º66.96%56.08%-
HSV(B)166º68.81%85.49%-
XYZ3654.7953.48-
YUV169.16135.855.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.50%
GREEN value IS 218 (85.55% from 255) = 46.48%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=14.50%
G=46.48%
B=39.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682181830.6900.160.1516666.9656.08
Hex44DAB745010Fa64338
Octal1043322671050201724610370
Binary1000100110110101011011110001010100001111101001101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,218,183); }

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

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

 a { background-color: rgb(68,218,183); }

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

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

 span { border-color: rgb(68,218,183); }

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