#A5FEF6

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

Shades of Pale Turquoise #A5FEF6

Tints of Pale Turquoise #A5FEF6

Color information

#A5FEF6 (or 0xA5FEF6) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and F6. RGB value is (165,254,246). Sum of RGB (Red+Green+Blue) = 165+254+246=665 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.81% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEF6 is #5A0109. Grayscale: #E2E2E2. Windows color (decimal): -5898506 or 16187045. OLE color: 16187045.

HSL color Cylindrical-coordinate representation of color #A5FEF6: hue angle of 174.61º 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 #A5FEF6 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB165254246-
CMYK0.3500.030.00
HSL174.61º97.8%82.16%-
HSV(B)174.61º35.04%99.61%-
XYZ67.5985.54100.14-
YUV226.48139.0184.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.81%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=24.81%
G=38.20%
B=36.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542460.3500.030.00174.6197.882.16
HexA5FEF623030af6252
Octal24537636643030257142122
Binary10100101111111101111011010001101101010111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEF6; }

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

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

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

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

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

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

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

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