#44DAB9

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

Shades of Turquoise #44DAB9

Tints of Turquoise #44DAB9

Color information

#44DAB9 (or 0x44DAB9) is unknown color: approx Turquoise. HEX triplet: 44, DA and B9. RGB value is (68,218,185). Sum of RGB (Red+Green+Blue) = 68+218+185=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #44DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DAB9 is #BB2546. Grayscale: #A9A9A9. Windows color (decimal): -12264775 or 12180036. OLE color: 12180036.

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

Color convert

RGB68218185-
CMYK0.6900.150.15
HSL166.8º66.96%56.08%-
HSV(B)166.8º68.81%85.49%-
XYZ36.2154.8754.58-
YUV169.39136.855.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.44%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=14.44%
G=46.28%
B=39.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682181850.6900.150.15166.866.9656.08
Hex44DAB9450FFa74338
Octal1043322711050171724710370
Binary100010011011010101110011000101011111111101001111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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