#A5F8EC

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

Shades of Pale Turquoise #A5F8EC

Tints of Pale Turquoise #A5F8EC

Color information

#A5F8EC (or 0xA5F8EC) is unknown color: approx Pale Turquoise. HEX triplet: A5, F8 and EC. RGB value is (165,248,236). Sum of RGB (Red+Green+Blue) = 165+248+236=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8EC is #5A0713. Grayscale: #DDDDDD. Windows color (decimal): -5900052 or 15530149. OLE color: 15530149.

HSL color Cylindrical-coordinate representation of color #A5F8EC: hue angle of 171.33º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8EC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB165248236-
CMYK0.3300.050.03
HSL171.33º85.57%80.98%-
HSV(B)171.33º33.47%97.25%-
XYZ64.2281.1991.64-
YUV221.8213687.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.42%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=25.42%
G=38.21%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652482360.3300.050.03171.3385.5780.98
HexA5F8EC21053ab5651
Octal24537035441053253126121
Binary1010010111111000111011001000010101111010101110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8EC; }

 p { color: rgb(165,248,236); }

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

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

 a { background-color: rgb(165,248,236); }

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

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

 span { border-color: rgb(165,248,236); }

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