#AFF8FA

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

Shades of Pale Turquoise #AFF8FA

Tints of Pale Turquoise #AFF8FA

Color information

#AFF8FA (or 0xAFF8FA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F8 and FA. RGB value is (175,248,250). Sum of RGB (Red+Green+Blue) = 175+248+250=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8FA is #500705. Grayscale: #E2E2E2. Windows color (decimal): -5244678 or 16447663. OLE color: 16447663.

HSL color Cylindrical-coordinate representation of color #AFF8FA: hue angle of 181.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF8FA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175248250-
CMYK0.30.0100.02
HSL181.6º88.24%83.33%-
HSV(B)181.6º30%98.04%-
XYZ68.583.15102.88-
YUV226.4141.3291.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.00%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=26.00%
G=36.85%
B=37.15%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752482500.30.0100.02181.688.2483.33
HexAFF8FA1E102b65853
Octal25737037236102266130123
Binary1010111111111000111110101111010101011011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8FA; }

 p { color: rgb(175,248,250); }

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

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

 a { background-color: rgb(175,248,250); }

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

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

 span { border-color: rgb(175,248,250); }

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