#AFF5FA

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

Shades of Pale Turquoise #AFF5FA

Tints of Pale Turquoise #AFF5FA

Color information

#AFF5FA (or 0xAFF5FA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and FA. RGB value is (175,245,250). Sum of RGB (Red+Green+Blue) = 175+245+250=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5FA is #500A05. Grayscale: #E0E0E0. Windows color (decimal): -5245446 or 16446895. OLE color: 16446895.

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

Color convert

RGB175245250-
CMYK0.30.0200.02
HSL184º88.24%83.33%-
HSV(B)184º30%98.04%-
XYZ67.5981.32102.58-
YUV224.64142.3192.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=26.12%
G=36.57%
B=37.31%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752452500.30.0200.0218488.2483.33
HexAFF5FA1E202b85853
Octal25736537236202270130123
Binary10101111111101011111101011110100101011100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5FA; }

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

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

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

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

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

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

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

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