#AFF2F6

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

Shades of Pale Turquoise #AFF2F6

Tints of Pale Turquoise #AFF2F6

Color information

#AFF2F6 (or 0xAFF2F6) is unknown color: approx Pale Turquoise. HEX triplet: AF, F2 and F6. RGB value is (175,242,246). Sum of RGB (Red+Green+Blue) = 175+242+246=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F6 is #500D09. Grayscale: #DEDEDE. Windows color (decimal): -5246218 or 16183983. OLE color: 16183983.

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

Color convert

RGB175242246-
CMYK0.290.0200.04
HSL183.38º79.78%82.55%-
HSV(B)183.38º28.86%96.47%-
XYZ66.0779.2799.01-
YUV222.42141.394.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.40%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=26.40%
G=36.50%
B=37.10%

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
Decimal1752422460.290.0200.04183.3879.7882.55
HexAFF2F61D204b75053
Octal25736236635204267120123
Binary101011111111001011110110111011001001011011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2F6; }

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

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

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

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

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

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

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

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