#A1F7FC

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

Shades of Pale Turquoise #A1F7FC

Tints of Pale Turquoise #A1F7FC

Color information

#A1F7FC (or 0xA1F7FC) is unknown color: approx Pale Turquoise. HEX triplet: A1, F7 and FC. RGB value is (161,247,252). Sum of RGB (Red+Green+Blue) = 161+247+252=660 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.39% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1F7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F7FC is #5E0803. Grayscale: #DDDDDD. Windows color (decimal): -6162436 or 16578465. OLE color: 16578465.

HSL color Cylindrical-coordinate representation of color #A1F7FC: hue angle of 183.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F7FC is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161247252-
CMYK0.360.0200.01
HSL183.3º93.81%80.98%-
HSV(B)183.3º36.11%98.82%-
XYZ65.5381.13104.3-
YUV221.86145.0184.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.39%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=24.39%
G=37.42%
B=38.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612472520.360.0200.01183.393.8180.98
HexA1F7FC24201b75e51
Octal24136737444201267136121
Binary10100001111101111111110010010010011011011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F7FC; }

 p { color: rgb(161,247,252); }

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

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

 a { background-color: rgb(161,247,252); }

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

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

 span { border-color: rgb(161,247,252); }

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