#A4FCFF

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

Shades of Pale Turquoise #A4FCFF

Tints of Pale Turquoise #A4FCFF

Color information

#A4FCFF (or 0xA4FCFF) is unknown color: approx Pale Turquoise. HEX triplet: A4, FC and FF. RGB value is (164,252,255). Sum of RGB (Red+Green+Blue) = 164+252+255=671 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.44% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCFF is #5B0300. Grayscale: #E1E1E1. Windows color (decimal): -5964545 or 16776356. OLE color: 16776356.

HSL color Cylindrical-coordinate representation of color #A4FCFF: hue angle of 181.98º 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 #A4FCFF is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164252255-
CMYK0.360.0100
HSL181.98º100%82.16%-
HSV(B)181.98º35.69%100%-
XYZ68.1784.73107.37-
YUV226.03144.3583.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.44%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 255 (100% from 255) = 38.00%
R=24.44%
G=37.56%
B=38.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642522550.360.0100181.9810082.16
HexA4FCFF24100b66452
Octal24437437744100266144122
Binary1010010011111100111111111001001001011011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCFF; }

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

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

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

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

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

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

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

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