#A8FEFC

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

Shades of Pale Turquoise #A8FEFC

Tints of Pale Turquoise #A8FEFC

Color information

#A8FEFC (or 0xA8FEFC) is unknown color: approx Pale Turquoise. HEX triplet: A8, FE and FC. RGB value is (168,254,252). Sum of RGB (Red+Green+Blue) = 168+254+252=674 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.93% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFC is #570103. Grayscale: #E3E3E3. Windows color (decimal): -5701892 or 16580264. OLE color: 16580264.

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

Color convert

RGB168254252-
CMYK0.3400.010.00
HSL178.6º97.73%82.75%-
HSV(B)178.6º33.86%99.61%-
XYZ69.1686.24105.1-
YUV228.06141.5185.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.93%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=24.93%
G=37.69%
B=37.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542520.3400.010.00178.697.7382.75
HexA8FEFC22010b36253
Octal25037637442010263142123
Binary1010100011111110111111001000100101011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEFC; }

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

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

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

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

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

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

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

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