#44DBCF

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

Shades of Turquoise #44DBCF

Tints of Turquoise #44DBCF

Color information

#44DBCF (or 0x44DBCF) is unknown color: approx Turquoise. HEX triplet: 44, DB and CF. RGB value is (68,219,207). Sum of RGB (Red+Green+Blue) = 68+219+207=494 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.77% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBCF is #BB2430. Grayscale: #ACACAC. Windows color (decimal): -12264497 or 13622084. OLE color: 13622084.

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

Color convert

RGB68219207-
CMYK0.6900.050.14
HSL175.23º67.71%56.27%-
HSV(B)175.23º68.95%85.88%-
XYZ38.9856.467.86-
YUV172.48147.4753.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.77%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=13.77%
G=44.33%
B=41.90%

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
Decimal682192070.6900.050.14175.2367.7156.27
Hex44DBCF4505Eaf4438
Octal104333317105051625710470
Binary10001001101101111001111100010101011110101011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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