#44ddbf

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

Shades of Turquoise #44DDBF

Tints of Turquoise #44DDBF

Color information

#44DDBF (or 0x44DDBF) is unknown color: approx Turquoise. HEX triplet: 44, DD and BF. RGB value is (68,221,191). Sum of RGB (Red+Green+Blue) = 68+221+191=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDBF is #BB2240. Grayscale: #ABABAB. Windows color (decimal): -12264001 or 12574020. OLE color: 12574020.

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

Color convert

RGB68221191-
CMYK0.6900.140.13
HSL168.24º69.23%56.67%-
HSV(B)168.24º69.23%86.67%-
XYZ37.6456.758.25-
YUV171.83138.8153.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.17%
GREEN value IS 221 (86.72% from 255) = 46.04%
BLUE value IS 191 (75% from 255) = 39.79%
R=14.17%
G=46.04%
B=39.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211910.6900.140.13168.2469.2356.67
Hex44DDBF450EDa84539
Octal1043352771050161525010571
Binary100010011011101101111111000101011101101101010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ddbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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