#A1FDED

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

Shades of Pale Turquoise #A1FDED

Tints of Pale Turquoise #A1FDED

Color information

#A1FDED (or 0xA1FDED) is unknown color: approx Pale Turquoise. HEX triplet: A1, FD and ED. RGB value is (161,253,237). Sum of RGB (Red+Green+Blue) = 161+253+237=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDED is #5E0212. Grayscale: #DFDFDF. Windows color (decimal): -6160915 or 15596961. OLE color: 15596961.

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

Color convert

RGB161253237-
CMYK0.3600.060.01
HSL169.57º95.83%81.18%-
HSV(B)169.57º36.36%99.22%-
XYZ65.1183.9492.89-
YUV223.67135.5283.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.73%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=24.73%
G=38.86%
B=36.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532370.3600.060.01169.5795.8381.18
HexA1FDED24061aa6051
Octal24137535544061252140121
Binary101000011111110111101101100100011011010101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDED; }

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

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

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

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

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

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

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

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