#AFF3F2

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

Shades of Pale Turquoise #AFF3F2

Tints of Pale Turquoise #AFF3F2

Color information

#AFF3F2 (or 0xAFF3F2) is unknown color: approx Pale Turquoise. HEX triplet: AF, F3 and F2. RGB value is (175,243,242). Sum of RGB (Red+Green+Blue) = 175+243+242=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3F2 is #500C0D. Grayscale: #DEDEDE. Windows color (decimal): -5245966 or 15922095. OLE color: 15922095.

HSL color Cylindrical-coordinate representation of color #AFF3F2: hue angle of 179.12º degrees, saturation: 0.74, 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 #AFF3F2 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB175243242-
CMYK0.2800.000.05
HSL179.12º73.91%81.96%-
HSV(B)179.12º27.98%95.29%-
XYZ65.7679.6395.91-
YUV222.55138.9794.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.52%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=26.52%
G=36.82%
B=36.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432420.2800.000.05179.1273.9181.96
HexAFF3F21C005b34a52
Octal25736336234005263112122
Binary10101111111100111111001011100001011011001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3F2; }

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

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

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

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

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

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

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

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