#A4F3FC

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

Shades of Pale Turquoise #A4F3FC

Tints of Pale Turquoise #A4F3FC

Color information

#A4F3FC (or 0xA4F3FC) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and FC. RGB value is (164,243,252). Sum of RGB (Red+Green+Blue) = 164+243+252=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3FC is #5B0C03. Grayscale: #DCDCDC. Windows color (decimal): -5966852 or 16577444. OLE color: 16577444.

HSL color Cylindrical-coordinate representation of color #A4F3FC: hue angle of 186.14º degrees, saturation: 0.94, 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 #A4F3FC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164243252-
CMYK0.350.0400.01
HSL186.14º93.62%81.57%-
HSV(B)186.14º34.92%98.82%-
XYZ64.9379.02103.93-
YUV220.4145.8387.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.89%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=24.89%
G=36.87%
B=38.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642432520.350.0400.01186.1493.6281.57
HexA4F3FC23401ba5e52
Octal24436337443401272136122
Binary101001001111001111111100100011100011011101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3FC; }

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

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

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

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

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

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

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

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