#A5FEED

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

Shades of Pale Turquoise #A5FEED

Tints of Pale Turquoise #A5FEED

Color information

#A5FEED (or 0xA5FEED) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and ED. RGB value is (165,254,237). Sum of RGB (Red+Green+Blue) = 165+254+237=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEED is #5A0112. Grayscale: #E1E1E1. Windows color (decimal): -5898515 or 15597221. OLE color: 15597221.

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

Color convert

RGB165254237-
CMYK0.3500.070.00
HSL168.54º97.8%82.16%-
HSV(B)168.54º35.04%99.61%-
XYZ66.248593.04-
YUV225.45134.5184.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.15%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=25.15%
G=38.72%
B=36.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542370.3500.070.00168.5497.882.16
HexA5FEED23070a96252
Octal24537635543070251142122
Binary101001011111111011101101100011011101010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEED; }

 p { color: rgb(165,254,237); }

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

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

 a { background-color: rgb(165,254,237); }

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

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

 span { border-color: rgb(165,254,237); }

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