#A9EBE3

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

Shades of Pale Turquoise #A9EBE3

Tints of Pale Turquoise #A9EBE3

Color information

#A9EBE3 (or 0xA9EBE3) is unknown color: approx Pale Turquoise. HEX triplet: A9, EB and E3. RGB value is (169,235,227). Sum of RGB (Red+Green+Blue) = 169+235+227=631 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.78% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBE3 is #56141C. Grayscale: #D6D6D6. Windows color (decimal): -5641245 or 14937001. OLE color: 14937001.

HSL color Cylindrical-coordinate representation of color #A9EBE3: hue angle of 172.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBE3 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB169235227-
CMYK0.2800.030.08
HSL172.73º62.26%79.22%-
HSV(B)172.73º28.09%92.16%-
XYZ59.9473.483.68-
YUV214.35135.1395.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.78%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=26.78%
G=37.24%
B=35.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692352270.2800.030.08172.7362.2679.22
HexA9EBE31C038ad3e4f
Octal25135334334031025576117
Binary101010011110101111100011111000111000101011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBE3; }

 p { color: rgb(169,235,227); }

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

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

 a { background-color: rgb(169,235,227); }

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

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

 span { border-color: rgb(169,235,227); }

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