#44FFD4

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

Shades of Turquoise #44FFD4

Tints of Turquoise #44FFD4

Color information

#44FFD4 (or 0x44FFD4) is unknown color: approx Turquoise. HEX triplet: 44, FF and D4. RGB value is (68,255,212). Sum of RGB (Red+Green+Blue) = 68+255+212=535 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.71% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFD4 is #BB002B. Grayscale: #C2C2C2. Windows color (decimal): -12255276 or 13958980. OLE color: 13958980.

HSL color Cylindrical-coordinate representation of color #44FFD4: hue angle of 166.2º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFD4 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB68255212-
CMYK0.7300.170
HSL166.2º100%63.33%-
HSV(B)166.2º73.33%100%-
XYZ50.0377.574.61-
YUV194.18138.0538-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.71%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=12.71%
G=47.66%
B=39.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552120.7300.170166.210063.33
Hex44FFD4490110a6643f
Octal104377324111021024614477
Binary1000100111111111101010010010010100010101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,255,212); }

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

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

 a { background-color: rgb(68,255,212); }

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

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

 span { border-color: rgb(68,255,212); }

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