#AFFFF2

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

Shades of Pale Turquoise #AFFFF2

Tints of Pale Turquoise #AFFFF2

Color information

#AFFFF2 (or 0xAFFFF2) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F2. RGB value is (175,255,242). Sum of RGB (Red+Green+Blue) = 175+255+242=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF2 is #50000D. Grayscale: #E5E5E5. Windows color (decimal): -5242894 or 15925167. OLE color: 15925167.

HSL color Cylindrical-coordinate representation of color #AFFFF2: hue angle of 170.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFF2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB175255242-
CMYK0.3100.050
HSL170.25º100%84.31%-
HSV(B)170.25º31.37%100%-
XYZ69.4787.0497.14-
YUV229.613589.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.04%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=26.04%
G=37.95%
B=36.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552420.3100.050170.2510084.31
HexAFFFF21F050aa6454
Octal25737736237050252144124
Binary10101111111111111111001011111010101010101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF2; }

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

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

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

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

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

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

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

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