#A1FBF3

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

Shades of Pale Turquoise #A1FBF3

Tints of Pale Turquoise #A1FBF3

Color information

#A1FBF3 (or 0xA1FBF3) is unknown color: approx Pale Turquoise. HEX triplet: A1, FB and F3. RGB value is (161,251,243). Sum of RGB (Red+Green+Blue) = 161+251+243=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBF3 is #5E040C. Grayscale: #DFDFDF. Windows color (decimal): -6161421 or 15989665. OLE color: 15989665.

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

Color convert

RGB161251243-
CMYK0.3600.030.02
HSL174.67º91.84%80.78%-
HSV(B)174.67º35.86%98.43%-
XYZ65.3783.0497.38-
YUV223.18139.1883.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.58%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=24.58%
G=38.32%
B=37.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512430.3600.030.02174.6791.8480.78
HexA1FBF324032af5c51
Octal24137336344032257134121
Binary101000011111101111110011100100011101010111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBF3; }

 p { color: rgb(161,251,243); }

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

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

 a { background-color: rgb(161,251,243); }

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

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

 span { border-color: rgb(161,251,243); }

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