#A5FEFF

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

Shades of Pale Turquoise #A5FEFF

Tints of Pale Turquoise #A5FEFF

Color information

#A5FEFF (or 0xA5FEFF) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and FF. RGB value is (165,254,255). Sum of RGB (Red+Green+Blue) = 165+254+255=674 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.48% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEFF is #5A0100. Grayscale: #E3E3E3. Windows color (decimal): -5898497 or 16776869. OLE color: 16776869.

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

Color convert

RGB165254255-
CMYK0.350.0000
HSL180.67º100%82.35%-
HSV(B)180.67º35.29%100%-
XYZ69.0186.1107.59-
YUV227.5143.5183.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.48%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 255 (100% from 255) = 37.83%
R=24.48%
G=37.69%
B=37.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652542550.350.0000180.6710082.35
HexA5FEFF23000b56452
Octal24537637743000265144122
Binary1010010111111110111111111000110001011010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEFF; }

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

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

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

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

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

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

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

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