#AFF5F7

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

Shades of Pale Turquoise #AFF5F7

Tints of Pale Turquoise #AFF5F7

Color information

#AFF5F7 (or 0xAFF5F7) is unknown color: approx Pale Turquoise. HEX triplet: AF, F5 and F7. RGB value is (175,245,247). Sum of RGB (Red+Green+Blue) = 175+245+247=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFF5F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5F7 is #500A08. Grayscale: #E0E0E0. Windows color (decimal): -5245449 or 16250287. OLE color: 16250287.

HSL color Cylindrical-coordinate representation of color #AFF5F7: hue angle of 181.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5F7 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175245247-
CMYK0.290.0100.03
HSL181.67º81.82%82.75%-
HSV(B)181.67º29.15%96.86%-
XYZ67.1281.13100.12-
YUV224.3140.8192.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.24%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 247 (96.88% from 255) = 37.03%
R=26.24%
G=36.73%
B=37.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752452470.290.0100.03181.6781.8282.75
HexAFF5F71D103b65253
Octal25736536735103266122123
Binary1010111111110101111101111110110111011011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5F7; }

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

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

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

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

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

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

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

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