#44FED4

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

Shades of Turquoise #44FED4

Tints of Turquoise #44FED4

Color information

#44FED4 (or 0x44FED4) is unknown color: approx Turquoise. HEX triplet: 44, FE and D4. RGB value is (68,254,212). Sum of RGB (Red+Green+Blue) = 68+254+212=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #44FED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FED4 is #BB012B. Grayscale: #C1C1C1. Windows color (decimal): -12255532 or 13958724. OLE color: 13958724.

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

Color convert

RGB68254212-
CMYK0.7300.170.00
HSL166.45º98.94%63.14%-
HSV(B)166.45º73.23%99.61%-
XYZ49.7176.8774.5-
YUV193.6138.3838.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.73%
GREEN value IS 254 (99.61% from 255) = 47.57%
BLUE value IS 212 (83.20% from 255) = 39.70%
R=12.73%
G=47.57%
B=39.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal682542120.7300.170.00166.4598.9463.14
Hex44FED4490110a6633f
Octal104376324111021024614377
Binary1000100111111101101010010010010100010101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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