#A9FBEA

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

Shades of Pale Turquoise #A9FBEA

Tints of Pale Turquoise #A9FBEA

Color information

#A9FBEA (or 0xA9FBEA) is unknown color: approx Pale Turquoise. HEX triplet: A9, FB and EA. RGB value is (169,251,234). Sum of RGB (Red+Green+Blue) = 169+251+234=654 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.84% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBEA is #560415. Grayscale: #E0E0E0. Windows color (decimal): -5637142 or 15399849. OLE color: 15399849.

HSL color Cylindrical-coordinate representation of color #A9FBEA: hue angle of 167.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBEA is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB169251234-
CMYK0.3300.070.02
HSL167.56º91.11%82.35%-
HSV(B)167.56º32.67%98.43%-
XYZ65.7183.3790.47-
YUV224.54133.3388.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.84%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=25.84%
G=38.38%
B=35.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512340.3300.070.02167.5691.1182.35
HexA9FBEA21072a85b52
Octal25137335241072250133122
Binary1010100111111011111010101000010111101010100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBEA; }

 p { color: rgb(169,251,234); }

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

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

 a { background-color: rgb(169,251,234); }

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

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

 span { border-color: rgb(169,251,234); }

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