#A8F7FE

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

Shades of Pale Turquoise #A8F7FE

Tints of Pale Turquoise #A8F7FE

Color information

#A8F7FE (or 0xA8F7FE) is unknown color: approx Pale Turquoise. HEX triplet: A8, F7 and FE. RGB value is (168,247,254). Sum of RGB (Red+Green+Blue) = 168+247+254=669 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.11% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F7FE is #570801. Grayscale: #E0E0E0. Windows color (decimal): -5703682 or 16709544. OLE color: 16709544.

HSL color Cylindrical-coordinate representation of color #A8F7FE: hue angle of 184.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F7FE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168247254-
CMYK0.340.0300.00
HSL184.88º97.73%82.75%-
HSV(B)184.88º33.86%99.61%-
XYZ67.382106.05-
YUV224.18144.8387.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.11%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=25.11%
G=36.92%
B=37.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682472540.340.0300.00184.8897.7382.75
HexA8F7FE22300b96253
Octal25036737642300271142123
Binary10101000111101111111111010001011001011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F7FE; }

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

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

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

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

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

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

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

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