#AFF0F2

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

Shades of Pale Turquoise #AFF0F2

Tints of Pale Turquoise #AFF0F2

Color information

#AFF0F2 (or 0xAFF0F2) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and F2. RGB value is (175,240,242). Sum of RGB (Red+Green+Blue) = 175+240+242=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFF0F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F2 is #500F0D. Grayscale: #DCDCDC. Windows color (decimal): -5246734 or 15921327. OLE color: 15921327.

HSL color Cylindrical-coordinate representation of color #AFF0F2: hue angle of 181.79º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF0F2 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175240242-
CMYK0.280.0100.05
HSL181.79º72.04%81.76%-
HSV(B)181.79º27.69%94.9%-
XYZ64.8777.8495.61-
YUV220.79139.9795.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=26.64%
G=36.53%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752402420.280.0100.05181.7972.0481.76
HexAFF0F21C105b64852
Octal25736036234105266110122
Binary10101111111100001111001011100101011011011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0F2; }

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

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

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

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

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

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

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

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