#44D0DB

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

Shades of Medium Turquoise #44D0DB

Tints of Medium Turquoise #44D0DB

Color information

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

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

Color convert

RGB68208219-
CMYK0.690.0500.14
HSL184.37º67.71%56.27%-
HSV(B)184.37º68.95%85.88%-
XYZ37.7351.4674.96-
YUV167.39157.1257.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal682082190.690.0500.14184.3767.7156.27
Hex44D0DB4550Eb84438
Octal104320333105501627010470
Binary10001001101000011011011100010110101110101110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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