#A8F1FD

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

Shades of Pale Turquoise #A8F1FD

Tints of Pale Turquoise #A8F1FD

Color information

#A8F1FD (or 0xA8F1FD) is unknown color: approx Pale Turquoise. HEX triplet: A8, F1 and FD. RGB value is (168,241,253). Sum of RGB (Red+Green+Blue) = 168+241+253=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1FD is #570E02. Grayscale: #DCDCDC. Windows color (decimal): -5705219 or 16642472. OLE color: 16642472.

HSL color Cylindrical-coordinate representation of color #A8F1FD: hue angle of 188.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F1FD is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168241253-
CMYK0.340.0500.01
HSL188.47º95.51%82.55%-
HSV(B)188.47º33.6%99.22%-
XYZ65.3378.33104.6-
YUV220.54146.3290.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.38%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=25.38%
G=36.40%
B=38.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682412530.340.0500.01188.4795.5182.55
HexA8F1FD22501bc6053
Octal25036137542501274140123
Binary101010001111000111111101100010101011011110011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F1FD; }

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

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

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

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

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

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

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

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