#A8FEFF

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

Shades of Pale Turquoise #A8FEFF

Tints of Pale Turquoise #A8FEFF

Color information

#A8FEFF (or 0xA8FEFF) is unknown color: approx Pale Turquoise. HEX triplet: A8, FE and FF. RGB value is (168,254,255). Sum of RGB (Red+Green+Blue) = 168+254+255=677 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.82% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFF is #570100. Grayscale: #E4E4E4. Windows color (decimal): -5701889 or 16776872. OLE color: 16776872.

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

Color convert

RGB168254255-
CMYK0.340.0000
HSL180.69º100%82.94%-
HSV(B)180.69º34.12%100%-
XYZ69.6486.43107.62-
YUV228.4143.0184.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.82%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 37.67%
R=24.82%
G=37.52%
B=37.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682542550.340.0000180.6910082.94
HexA8FEFF22000b56453
Octal25037637742000265144123
Binary1010100011111110111111111000100001011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEFF; }

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

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

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

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

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

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

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

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