#44DCF1

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

Shades of Turquoise #44DCF1

Tints of Turquoise #44DCF1

Color information

#44DCF1 (or 0x44DCF1) is unknown color: approx Turquoise. HEX triplet: 44, DC and F1. RGB value is (68,220,241). Sum of RGB (Red+Green+Blue) = 68+220+241=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #44DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCF1 is #BB230E. Grayscale: #B0B0B0. Windows color (decimal): -12264207 or 15850564. OLE color: 15850564.

HSL color Cylindrical-coordinate representation of color #44DCF1: hue angle of 187.28º degrees, saturation: 0.86, 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 #44DCF1 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB68220241-
CMYK0.720.0900.05
HSL187.28º86.07%60.59%-
HSV(B)187.28º71.78%94.51%-
XYZ43.8558.7792.25-
YUV176.95164.1450.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.85%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=12.85%
G=41.59%
B=45.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682202410.720.0900.05187.2886.0760.59
Hex44DCF148905bb563d
Octal104334361110110527312675
Binary10001001101110011110001100100010010101101110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,220,241); }

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

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

 a { background-color: rgb(68,220,241); }

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

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

 span { border-color: rgb(68,220,241); }

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