#44dbf2

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

Shades of Turquoise #44DBF2

Tints of Turquoise #44DBF2

Color information

#44DBF2 (or 0x44DBF2) is unknown color: approx Turquoise. HEX triplet: 44, DB and F2. RGB value is (68,219,242). Sum of RGB (Red+Green+Blue) = 68+219+242=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #44DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBF2 is #BB240D. Grayscale: #B0B0B0. Windows color (decimal): -12264462 or 15915844. OLE color: 15915844.

HSL color Cylindrical-coordinate representation of color #44DBF2: hue angle of 187.93º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DBF2 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB68219242-
CMYK0.720.1000.05
HSL187.93º87%60.78%-
HSV(B)187.93º71.9%94.9%-
XYZ43.7458.392.95-
YUV176.47164.9750.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.85%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=12.85%
G=41.40%
B=45.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682192420.720.1000.05187.938760.78
Hex44DBF248A05bc573d
Octal104333362110120527412775
Binary10001001101101111110010100100010100101101111001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44dbf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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