#A8FAFE

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

Shades of Pale Turquoise #A8FAFE

Tints of Pale Turquoise #A8FAFE

Color information

#A8FAFE (or 0xA8FAFE) is unknown color: approx Pale Turquoise. HEX triplet: A8, FA and FE. RGB value is (168,250,254). Sum of RGB (Red+Green+Blue) = 168+250+254=672 (89% of max value = 765). Red value is 168 (66.02% from 255 or 25% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAFE is #570501. Grayscale: #E1E1E1. Windows color (decimal): -5702914 or 16710312. OLE color: 16710312.

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

Color convert

RGB168250254-
CMYK0.340.0200.00
HSL182.79º97.73%82.75%-
HSV(B)182.79º33.86%99.61%-
XYZ68.2283.85106.36-
YUV225.94143.8386.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=25%
G=37.20%
B=37.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682502540.340.0200.00182.7997.7382.75
HexA8FAFE22200b76253
Octal25037237642200267142123
Binary10101000111110101111111010001010001011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAFE; }

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

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

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

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

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

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

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

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