#AFFAF1

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

Shades of Pale Turquoise #AFFAF1

Tints of Pale Turquoise #AFFAF1

Color information

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

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

Color convert

RGB175250241-
CMYK0.300.040.02
HSL172.8º88.24%83.33%-
HSV(B)172.8º30%98.04%-
XYZ67.7483.8495.83-
YUV226.55136.1591.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502410.300.040.02172.888.2483.33
HexAFFAF11E042ad5853
Octal25737236136042255130123
Binary101011111111101011110001111100100101010110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAF1; }

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

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

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

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

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

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

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

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