#AFF1FA

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

Shades of Pale Turquoise #AFF1FA

Tints of Pale Turquoise #AFF1FA

Color information

#AFF1FA (or 0xAFF1FA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and FA. RGB value is (175,241,250). Sum of RGB (Red+Green+Blue) = 175+241+250=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1FA is #500E05. Grayscale: #DEDEDE. Windows color (decimal): -5246470 or 16445871. OLE color: 16445871.

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

Color convert

RGB175241250-
CMYK0.30.0400.02
HSL187.2º88.24%83.33%-
HSV(B)187.2º30%98.04%-
XYZ66.3978.93102.18-
YUV222.29143.6394.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.28%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=26.28%
G=36.19%
B=37.54%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752412500.30.0400.02187.288.2483.33
HexAFF1FA1E402bb5853
Octal25736137236402273130123
Binary101011111111000111111010111101000101011101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1FA; }

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

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

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

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

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

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

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

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