#A4FFF1

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

Shades of Pale Turquoise #A4FFF1

Tints of Pale Turquoise #A4FFF1

Color information

#A4FFF1 (or 0xA4FFF1) is unknown color: approx Pale Turquoise. HEX triplet: A4, FF and F1. RGB value is (164,255,241). Sum of RGB (Red+Green+Blue) = 164+255+241=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF1 is #5B000E. Grayscale: #E2E2E2. Windows color (decimal): -5963791 or 15859620. OLE color: 15859620.

HSL color Cylindrical-coordinate representation of color #A4FFF1: hue angle of 170.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFF1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB164255241-
CMYK0.3600.050
HSL170.77º100%82.16%-
HSV(B)170.77º35.69%100%-
XYZ66.9585.7696.24-
YUV226.2136.3583.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.85%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=24.85%
G=38.64%
B=36.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552410.3600.050170.7710082.16
HexA4FFF124050ab6452
Octal24437736144050253144122
Binary101001001111111111110001100100010101010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFF1; }

 p { color: rgb(164,255,241); }

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

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

 a { background-color: rgb(164,255,241); }

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

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

 span { border-color: rgb(164,255,241); }

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