#AFF8FC

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

Shades of Pale Turquoise #AFF8FC

Tints of Pale Turquoise #AFF8FC

Color information

#AFF8FC (or 0xAFF8FC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F8 and FC. RGB value is (175,248,252). Sum of RGB (Red+Green+Blue) = 175+248+252=675 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.93% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFF8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8FC is #500703. Grayscale: #E2E2E2. Windows color (decimal): -5244676 or 16578735. OLE color: 16578735.

HSL color Cylindrical-coordinate representation of color #AFF8FC: hue angle of 183.12º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF8FC is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175248252-
CMYK0.310.0200.01
HSL183.12º92.77%83.73%-
HSV(B)183.12º30.56%98.82%-
XYZ68.8283.28104.54-
YUV226.63142.3291.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.93%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=25.93%
G=36.74%
B=37.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752482520.310.0200.01183.1292.7783.73
HexAFF8FC1F201b75d54
Octal25737037437201267135124
Binary1010111111111000111111001111110011011011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8FC; }

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

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

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

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

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

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

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

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