#A8FBFF

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

Shades of Pale Turquoise #A8FBFF

Tints of Pale Turquoise #A8FBFF

Color information

#A8FBFF (or 0xA8FBFF) is unknown color: approx Pale Turquoise. HEX triplet: A8, FB and FF. RGB value is (168,251,255). Sum of RGB (Red+Green+Blue) = 168+251+255=674 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.93% from 674); Green value is 251 (98.44% from 255 or 37.24% 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 #A8FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBFF is #570400. Grayscale: #E2E2E2. Windows color (decimal): -5702657 or 16776104. OLE color: 16776104.

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

Color convert

RGB168251255-
CMYK0.340.0200
HSL182.76º100%82.94%-
HSV(B)182.76º34.12%100%-
XYZ68.784.54107.3-
YUV226.6414486.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.93%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 255 (100% from 255) = 37.83%
R=24.93%
G=37.24%
B=37.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682512550.340.0200182.7610082.94
HexA8FBFF22200b76453
Octal25037337742200267144123
Binary10101000111110111111111110001010001011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FBFF; }

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

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

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

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

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

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

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

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