#A8F5FE

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

Shades of Pale Turquoise #A8F5FE

Tints of Pale Turquoise #A8F5FE

Color information

#A8F5FE (or 0xA8F5FE) is unknown color: approx Pale Turquoise. HEX triplet: A8, F5 and FE. RGB value is (168,245,254). Sum of RGB (Red+Green+Blue) = 168+245+254=667 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.19% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5FE is #570A01. Grayscale: #DEDEDE. Windows color (decimal): -5704194 or 16709032. OLE color: 16709032.

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

Color convert

RGB168245254-
CMYK0.340.0400.00
HSL186.28º97.73%82.75%-
HSV(B)186.28º33.86%99.61%-
XYZ66.6980.79105.84-
YUV223145.4988.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.19%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=25.19%
G=36.73%
B=38.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682452540.340.0400.00186.2897.7382.75
HexA8F5FE22400ba6253
Octal25036537642400272142123
Binary101010001111010111111110100010100001011101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F5FE; }

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

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

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

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

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

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

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

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