#A8F0FC

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

Shades of Pale Turquoise #A8F0FC

Tints of Pale Turquoise #A8F0FC

Color information

#A8F0FC (or 0xA8F0FC) is unknown color: approx Pale Turquoise. HEX triplet: A8, F0 and FC. RGB value is (168,240,252). Sum of RGB (Red+Green+Blue) = 168+240+252=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0FC is #570F03. Grayscale: #DBDBDB. Windows color (decimal): -5705476 or 16576680. OLE color: 16576680.

HSL color Cylindrical-coordinate representation of color #A8F0FC: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F0FC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168240252-
CMYK0.330.0500.01
HSL188.57º93.33%82.35%-
HSV(B)188.57º33.33%98.82%-
XYZ64.8877.67103.67-
YUV219.84146.1591.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.45%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=25.45%
G=36.36%
B=38.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682402520.330.0500.01188.5793.3382.35
HexA8F0FC21501bd5d52
Octal25036037441501275135122
Binary101010001111000011111100100001101011011110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F0FC; }

 p { color: rgb(168,240,252); }

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

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

 a { background-color: rgb(168,240,252); }

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

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

 span { border-color: rgb(168,240,252); }

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