#44d8dd

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

Shades of Turquoise #44D8DD

Tints of Turquoise #44D8DD

Color information

#44D8DD (or 0x44D8DD) is unknown color: approx Turquoise. HEX triplet: 44, D8 and DD. RGB value is (68,216,221). Sum of RGB (Red+Green+Blue) = 68+216+221=505 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.47% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #44D8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D8DD is #BB2722. Grayscale: #ACACAC. Windows color (decimal): -12265251 or 14538820. OLE color: 14538820.

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

Color convert

RGB68216221-
CMYK0.690.0200.13
HSL181.96º69.23%56.67%-
HSV(B)181.96º69.23%86.67%-
XYZ39.9955.5677.02-
YUV172.32155.4753.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.47%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=13.47%
G=42.77%
B=43.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682162210.690.0200.13181.9669.2356.67
Hex44D8DD4520Db64539
Octal104330335105201526610571
Binary1000100110110001101110110001011001101101101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d8dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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