#A9FDEE

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

Shades of Pale Turquoise #A9FDEE

Tints of Pale Turquoise #A9FDEE

Color information

#A9FDEE (or 0xA9FDEE) is unknown color: approx Pale Turquoise. HEX triplet: A9, FD and EE. RGB value is (169,253,238). Sum of RGB (Red+Green+Blue) = 169+253+238=660 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.61% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDEE is #560211. Grayscale: #E2E2E2. Windows color (decimal): -5636626 or 15662505. OLE color: 15662505.

HSL color Cylindrical-coordinate representation of color #A9FDEE: hue angle of 169.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDEE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB169253238-
CMYK0.3300.060.01
HSL169.29º95.45%82.75%-
HSV(B)169.29º33.2%99.22%-
XYZ66.9284.8693.74-
YUV226.17134.6787.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.61%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=25.61%
G=38.33%
B=36.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692532380.3300.060.01169.2995.4582.75
HexA9FDEE21061a95f53
Octal25137535641061251137123
Binary101010011111110111101110100001011011010100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FDEE; }

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

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

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

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

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

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

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

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