#A8FDFE

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

Shades of Pale Turquoise #A8FDFE

Tints of Pale Turquoise #A8FDFE

Color information

#A8FDFE (or 0xA8FDFE) is unknown color: approx Pale Turquoise. HEX triplet: A8, FD and FE. RGB value is (168,253,254). Sum of RGB (Red+Green+Blue) = 168+253+254=675 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.89% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFE is #570201. Grayscale: #E3E3E3. Windows color (decimal): -5702146 or 16711080. OLE color: 16711080.

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

Color convert

RGB168253254-
CMYK0.340.0000.00
HSL180.7º97.73%82.75%-
HSV(B)180.7º33.86%99.61%-
XYZ69.1685.73106.67-
YUV227.7142.8485.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.89%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=24.89%
G=37.48%
B=37.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682532540.340.0000.00180.797.7382.75
HexA8FDFE22000b56253
Octal25037537642000265142123
Binary1010100011111101111111101000100001011010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDFE; }

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

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

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

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

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

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

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

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