#44DADB

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

Shades of Turquoise #44DADB

Tints of Turquoise #44DADB

Color information

#44DADB (or 0x44DADB) is unknown color: approx Turquoise. HEX triplet: 44, DA and DB. RGB value is (68,218,219). Sum of RGB (Red+Green+Blue) = 68+218+219=505 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.47% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #44DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DADB is #BB2524. Grayscale: #ADADAD. Windows color (decimal): -12264741 or 14408260. OLE color: 14408260.

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

Color convert

RGB68218219-
CMYK0.690.0000.14
HSL180.4º67.71%56.27%-
HSV(B)180.4º68.95%85.88%-
XYZ40.2456.4975.8-
YUV173.26153.852.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.47%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=13.47%
G=43.17%
B=43.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal682182190.690.0000.14180.467.7156.27
Hex44DADB4500Eb44438
Octal104332333105001626410470
Binary100010011011010110110111000101001110101101001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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