#A9F3EE

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

Shades of Pale Turquoise #A9F3EE

Tints of Pale Turquoise #A9F3EE

Color information

#A9F3EE (or 0xA9F3EE) is unknown color: approx Pale Turquoise. HEX triplet: A9, F3 and EE. RGB value is (169,243,238). Sum of RGB (Red+Green+Blue) = 169+243+238=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F3EE is #560C11. Grayscale: #DCDCDC. Windows color (decimal): -5639186 or 15659945. OLE color: 15659945.

HSL color Cylindrical-coordinate representation of color #A9F3EE: hue angle of 175.95º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F3EE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB169243238-
CMYK0.3000.020.05
HSL175.95º75.51%80.78%-
HSV(B)175.95º30.45%95.29%-
XYZ63.8578.7192.72-
YUV220.3137.9891.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=26%
G=37.38%
B=36.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692432380.3000.020.05175.9575.5180.78
HexA9F3EE1E025b04c51
Octal25136335636025260114121
Binary101010011111001111101110111100101011011000010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F3EE; }

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

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

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

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

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

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

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

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