#A8FDFA

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

Shades of Pale Turquoise #A8FDFA

Tints of Pale Turquoise #A8FDFA

Color information

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

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

Color convert

RGB168253250-
CMYK0.3400.010.01
HSL177.88º95.51%82.55%-
HSV(B)177.88º33.6%99.22%-
XYZ68.5385.48103.33-
YUV227.24140.8485.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532500.3400.010.01177.8895.5182.55
HexA8FDFA22011b26053
Octal25037537242011262140123
Binary1010100011111101111110101000100111011001011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDFA; }

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

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

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

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

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

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

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

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