#A8FAFD

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

Shades of Pale Turquoise #A8FAFD

Tints of Pale Turquoise #A8FAFD

Color information

#A8FAFD (or 0xA8FAFD) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and FD. RGB value is (168,250,253). Sum of RGB (Red+Green+Blue) = 168+250+253=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAFD is #570502. Grayscale: #E1E1E1. Windows color (decimal): -5702915 or 16644776. OLE color: 16644776.

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

Color convert

RGB168250253-
CMYK0.340.0100.01
HSL182.12º95.51%82.55%-
HSV(B)182.12º33.6%99.22%-
XYZ68.0683.79105.51-
YUV225.82143.3386.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.04%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=25.04%
G=37.26%
B=37.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682502530.340.0100.01182.1295.5182.55
HexA8FAFD22101b66053
Octal25037237542101266140123
Binary1010100011111010111111011000101011011011011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAFD; }

 p { color: rgb(168,250,253); }

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

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

 a { background-color: rgb(168,250,253); }

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

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

 span { border-color: rgb(168,250,253); }

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