#A5FBF8

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

Shades of Pale Turquoise #A5FBF8

Tints of Pale Turquoise #A5FBF8

Color information

#A5FBF8 (or 0xA5FBF8) is unknown color: approx Pale Turquoise. HEX triplet: A5, FB and F8. RGB value is (165,251,248). Sum of RGB (Red+Green+Blue) = 165+251+248=664 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.85% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBF8 is #5A0407. Grayscale: #E0E0E0. Windows color (decimal): -5899272 or 16317349. OLE color: 16317349.

HSL color Cylindrical-coordinate representation of color #A5FBF8: hue angle of 177.91º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBF8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB165251248-
CMYK0.3400.010.02
HSL177.91º91.49%81.57%-
HSV(B)177.91º34.26%98.43%-
XYZ66.9683.77101.45-
YUV224.94141.0185.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.85%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=24.85%
G=37.80%
B=37.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652512480.3400.010.02177.9191.4981.57
HexA5FBF822012b25b52
Octal24537337042012262133122
Binary10100101111110111111100010001001101011001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBF8; }

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

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

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

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

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

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

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

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