#AFF0F6

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

Shades of Pale Turquoise #AFF0F6

Tints of Pale Turquoise #AFF0F6

Color information

#AFF0F6 (or 0xAFF0F6) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and F6. RGB value is (175,240,246). Sum of RGB (Red+Green+Blue) = 175+240+246=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF0F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F6 is #500F09. Grayscale: #DDDDDD. Windows color (decimal): -5246730 or 16183471. OLE color: 16183471.

HSL color Cylindrical-coordinate representation of color #AFF0F6: hue angle of 185.07º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF0F6 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175240246-
CMYK0.290.0200.04
HSL185.07º79.78%82.55%-
HSV(B)185.07º28.86%96.47%-
XYZ65.4778.0998.81-
YUV221.25141.9795.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.48%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=26.48%
G=36.31%
B=37.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752402460.290.0200.04185.0779.7882.55
HexAFF0F61D204b95053
Octal25736036635204271120123
Binary101011111111000011110110111011001001011100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0F6; }

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

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

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

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

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

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

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

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