#A8FCFB

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

Shades of Pale Turquoise #A8FCFB

Tints of Pale Turquoise #A8FCFB

Color information

#A8FCFB (or 0xA8FCFB) is unknown color: approx Pale Turquoise. HEX triplet: A8, FC and FB. RGB value is (168,252,251). Sum of RGB (Red+Green+Blue) = 168+252+251=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCFB is #570304. Grayscale: #E2E2E2. Windows color (decimal): -5702405 or 16514216. OLE color: 16514216.

HSL color Cylindrical-coordinate representation of color #A8FCFB: hue angle of 179.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCFB is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB168252251-
CMYK0.3300.000.01
HSL179.29º93.33%82.35%-
HSV(B)179.29º33.33%98.82%-
XYZ68.3784.91104.05-
YUV226.77141.6786.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.04%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=25.04%
G=37.56%
B=37.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522510.3300.000.01179.2993.3382.35
HexA8FCFB21001b35d52
Octal25037437341001263135122
Binary1010100011111100111110111000010011011001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCFB; }

 p { color: rgb(168,252,251); }

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

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

 a { background-color: rgb(168,252,251); }

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

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

 span { border-color: rgb(168,252,251); }

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