#AFF8F7

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

Shades of Pale Turquoise #AFF8F7

Tints of Pale Turquoise #AFF8F7

Color information

#AFF8F7 (or 0xAFF8F7) is unknown color: approx Pale Turquoise. HEX triplet: AF, F8 and F7. RGB value is (175,248,247). Sum of RGB (Red+Green+Blue) = 175+248+247=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8F7 is #500708. Grayscale: #E1E1E1. Windows color (decimal): -5244681 or 16251055. OLE color: 16251055.

HSL color Cylindrical-coordinate representation of color #AFF8F7: hue angle of 179.18º degrees, saturation: 0.84, 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 #AFF8F7 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB175248247-
CMYK0.2900.000.03
HSL179.18º83.91%82.94%-
HSV(B)179.18º29.44%97.25%-
XYZ68.0482.96100.42-
YUV226.06139.8291.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=26.12%
G=37.01%
B=36.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752482470.2900.000.03179.1883.9182.94
HexAFF8F71D003b35453
Octal25737036735003263124123
Binary1010111111111000111101111110100111011001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8F7; }

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

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

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

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

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

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

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

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