#44DBD0

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

Shades of Turquoise #44DBD0

Tints of Turquoise #44DBD0

Color information

#44DBD0 (or 0x44DBD0) is unknown color: approx Turquoise. HEX triplet: 44, DB and D0. RGB value is (68,219,208). Sum of RGB (Red+Green+Blue) = 68+219+208=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBD0 is #BB242F. Grayscale: #ACACAC. Windows color (decimal): -12264496 or 13687620. OLE color: 13687620.

HSL color Cylindrical-coordinate representation of color #44DBD0: hue angle of 175.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DBD0 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB68219208-
CMYK0.6900.050.14
HSL175.63º67.71%56.27%-
HSV(B)175.63º68.95%85.88%-
XYZ39.156.4568.51-
YUV172.6147.9753.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.74%
GREEN value IS 219 (85.94% from 255) = 44.24%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=13.74%
G=44.24%
B=42.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal682192080.6900.050.14175.6367.7156.27
Hex44DBD04505Eb04438
Octal104333320105051626010470
Binary10001001101101111010000100010101011110101100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,219,208); }

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

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

 a { background-color: rgb(68,219,208); }

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

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

 span { border-color: rgb(68,219,208); }

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