#AFF7F2

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

Shades of Pale Turquoise #AFF7F2

Tints of Pale Turquoise #AFF7F2

Color information

#AFF7F2 (or 0xAFF7F2) is unknown color: approx Pale Turquoise. HEX triplet: AF, F7 and F2. RGB value is (175,247,242). Sum of RGB (Red+Green+Blue) = 175+247+242=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7F2 is #50080D. Grayscale: #E0E0E0. Windows color (decimal): -5244942 or 15923119. OLE color: 15923119.

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

Color convert

RGB175247242-
CMYK0.2900.020.03
HSL175.83º81.82%82.75%-
HSV(B)175.83º29.15%96.86%-
XYZ66.9782.0596.31-
YUV224.9137.6592.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 242 (94.92% from 255) = 36.45%
R=26.36%
G=37.20%
B=36.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752472420.2900.020.03175.8381.8282.75
HexAFF7F21D023b05253
Octal25736736235023260122123
Binary10101111111101111111001011101010111011000010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7F2; }

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

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

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

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

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

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

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

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