#A8F5FF

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

Shades of Pale Turquoise #A8F5FF

Tints of Pale Turquoise #A8F5FF

Color information

#A8F5FF (or 0xA8F5FF) is unknown color: approx Pale Turquoise. HEX triplet: A8, F5 and FF. RGB value is (168,245,255). Sum of RGB (Red+Green+Blue) = 168+245+255=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5FF is #570A00. Grayscale: #DFDFDF. Windows color (decimal): -5704193 or 16774568. OLE color: 16774568.

HSL color Cylindrical-coordinate representation of color #A8F5FF: hue angle of 186.9º 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 #A8F5FF is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168245255-
CMYK0.340.0400
HSL186.9º100%82.94%-
HSV(B)186.9º34.12%100%-
XYZ66.8580.85106.69-
YUV223.12145.9988.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.15%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 255 (100% from 255) = 38.17%
R=25.15%
G=36.68%
B=38.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682452550.340.0400186.910082.94
HexA8F5FF22400bb6453
Octal25036537742400273144123
Binary101010001111010111111111100010100001011101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F5FF; }

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

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

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

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

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

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

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

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