#A8FDFF

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

Shades of Pale Turquoise #A8FDFF

Tints of Pale Turquoise #A8FDFF

Color information

#A8FDFF (or 0xA8FDFF) is unknown color: approx Pale Turquoise. HEX triplet: A8, FD and FF. RGB value is (168,253,255). Sum of RGB (Red+Green+Blue) = 168+253+255=676 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.85% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFF is #570200. Grayscale: #E3E3E3. Windows color (decimal): -5702145 or 16776616. OLE color: 16776616.

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

Color convert

RGB168253255-
CMYK0.340.0100
HSL181.38º100%82.94%-
HSV(B)181.38º34.12%100%-
XYZ69.3285.8107.51-
YUV227.81143.3485.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.85%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 255 (100% from 255) = 37.72%
R=24.85%
G=37.43%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682532550.340.0100181.3810082.94
HexA8FDFF22100b56453
Octal25037537742100265144123
Binary1010100011111101111111111000101001011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDFF; }

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

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

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

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

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

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

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

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