#44FFE4

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

Shades of Turquoise #44FFE4

Tints of Turquoise #44FFE4

Color information

#44FFE4 (or 0x44FFE4) is unknown color: approx Turquoise. HEX triplet: 44, FF and E4. RGB value is (68,255,228). Sum of RGB (Red+Green+Blue) = 68+255+228=551 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.34% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFE4 is #BB001B. Grayscale: #C3C3C3. Windows color (decimal): -12255260 or 15007556. OLE color: 15007556.

HSL color Cylindrical-coordinate representation of color #44FFE4: hue angle of 171.34º 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 #44FFE4 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB68255228-
CMYK0.7300.110
HSL171.34º100%63.33%-
HSV(B)171.34º73.33%100%-
XYZ52.1578.3585.77-
YUV196.01146.0536.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.34%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=12.34%
G=46.28%
B=41.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552280.7300.110171.3410063.33
Hex44FFE4490B0ab643f
Octal104377344111013025314477
Binary100010011111111111001001001001010110101010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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