#a5fbff

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

Shades of Pale Turquoise #A5FBFF

Tints of Pale Turquoise #A5FBFF

Color information

#A5FBFF (or 0xA5FBFF) is unknown color: approx Pale Turquoise. HEX triplet: A5, FB and FF. RGB value is (165,251,255). Sum of RGB (Red+Green+Blue) = 165+251+255=671 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.59% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBFF is #5A0400. Grayscale: #E1E1E1. Windows color (decimal): -5899265 or 16776101. OLE color: 16776101.

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

Color convert

RGB165251255-
CMYK0.350.0200
HSL182.67º100%82.35%-
HSV(B)182.67º35.29%100%-
XYZ68.0684.21107.28-
YUV225.74144.5184.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.59%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 255 (100% from 255) = 38.00%
R=24.59%
G=37.41%
B=38.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652512550.350.0200182.6710082.35
HexA5FBFF23200b76452
Octal24537337743200267144122
Binary10100101111110111111111110001110001011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5fbff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5fbff; }

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

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

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

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

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

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

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

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