#A8FDF7

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

Shades of Pale Turquoise #A8FDF7

Tints of Pale Turquoise #A8FDF7

Color information

#A8FDF7 (or 0xA8FDF7) is unknown color: approx Pale Turquoise. HEX triplet: A8, FD and F7. RGB value is (168,253,247). Sum of RGB (Red+Green+Blue) = 168+253+247=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDF7 is #570208. Grayscale: #E2E2E2. Windows color (decimal): -5702153 or 16252328. OLE color: 16252328.

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

Color convert

RGB168253247-
CMYK0.3400.020.01
HSL175.76º95.51%82.55%-
HSV(B)175.76º33.6%99.22%-
XYZ68.0685.29100.87-
YUV226.9139.3485.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.15%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=25.15%
G=37.87%
B=36.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532470.3400.020.01175.7695.5182.55
HexA8FDF722021b06053
Octal25037536742021260140123
Binary10101000111111011111011110001001011011000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDF7; }

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

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

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

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

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

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

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

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