#AFF6FA

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

Shades of Pale Turquoise #AFF6FA

Tints of Pale Turquoise #AFF6FA

Color information

#AFF6FA (or 0xAFF6FA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F6 and FA. RGB value is (175,246,250). Sum of RGB (Red+Green+Blue) = 175+246+250=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6FA is #500905. Grayscale: #E1E1E1. Windows color (decimal): -5245190 or 16447151. OLE color: 16447151.

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

Color convert

RGB175246250-
CMYK0.30.0200.02
HSL183.2º88.24%83.33%-
HSV(B)183.2º30%98.04%-
XYZ67.8981.93102.68-
YUV225.23141.9892.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.08%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=26.08%
G=36.66%
B=37.26%

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
Decimal1752462500.30.0200.02183.288.2483.33
HexAFF6FA1E202b75853
Octal25736637236202267130123
Binary10101111111101101111101011110100101011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6FA; }

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

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

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

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

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

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

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

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