#A1FDFD

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

Shades of Pale Turquoise #A1FDFD

Tints of Pale Turquoise #A1FDFD

Color information

#A1FDFD (or 0xA1FDFD) is unknown color: approx Pale Turquoise. HEX triplet: A1, FD and FD. RGB value is (161,253,253). Sum of RGB (Red+Green+Blue) = 161+253+253=667 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.14% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #A1FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFD is #5E0202. Grayscale: #E1E1E1. Windows color (decimal): -6160899 or 16645537. OLE color: 16645537.

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

Color convert

RGB161253253-
CMYK0.36000.01
HSL180º95.83%81.18%-
HSV(B)180º36.36%99.22%-
XYZ67.5584.92105.76-
YUV225.49143.5282-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.14%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=24.14%
G=37.93%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532530.36000.0118095.8381.18
HexA1FDFD24001b46051
Octal24137537544001264140121
Binary1010000111111101111111011001000011011010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDFD; }

 p { color: rgb(161,253,253); }

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

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

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

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

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

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

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