#A4FDE9

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

Shades of Pale Turquoise #A4FDE9

Tints of Pale Turquoise #A4FDE9

Color information

#A4FDE9 (or 0xA4FDE9) is unknown color: approx Pale Turquoise. HEX triplet: A4, FD and E9. RGB value is (164,253,233). Sum of RGB (Red+Green+Blue) = 164+253+233=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FDE9 is #5B0216. Grayscale: #E0E0E0. Windows color (decimal): -5964311 or 15334820. OLE color: 15334820.

HSL color Cylindrical-coordinate representation of color #A4FDE9: hue angle of 166.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDE9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB164253233-
CMYK0.3500.080.01
HSL166.52º95.7%81.76%-
HSV(B)166.52º35.18%99.22%-
XYZ65.1484.0389.88-
YUV224.11133.0185.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.23%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=25.23%
G=38.92%
B=35.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532330.3500.080.01166.5295.781.76
HexA4FDE923081a76052
Octal244375351430101247140122
Binary1010010011111101111010011000110100011010011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDE9; }

 p { color: rgb(164,253,233); }

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

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

 a { background-color: rgb(164,253,233); }

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

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

 span { border-color: rgb(164,253,233); }

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