#A1FDEE

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

Shades of Pale Turquoise #A1FDEE

Tints of Pale Turquoise #A1FDEE

Color information

#A1FDEE (or 0xA1FDEE) is unknown color: approx Pale Turquoise. HEX triplet: A1, FD and EE. RGB value is (161,253,238). Sum of RGB (Red+Green+Blue) = 161+253+238=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDEE is #5E0211. Grayscale: #DFDFDF. Windows color (decimal): -6160914 or 15662497. OLE color: 15662497.

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

Color convert

RGB161253238-
CMYK0.3600.060.01
HSL170.22º95.83%81.18%-
HSV(B)170.22º36.36%99.22%-
XYZ65.268493.66-
YUV223.78136.0283.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.69%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=24.69%
G=38.80%
B=36.50%

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
Decimal1612532380.3600.060.01170.2295.8381.18
HexA1FDEE24061aa6051
Octal24137535644061252140121
Binary101000011111110111101110100100011011010101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDEE; }

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

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

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

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

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

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

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

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